Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://argus-server_2.0.6.fixes.1-4_mipsel.deb:157126/prerm  info  downloads

#!/bin/sh

set -e

INTERFACES=`ifconfig | awk '{print $1}' | grep ppp || true`

case "$1" in
	remove|upgrade|remove-in-favour|deconfigure-in-favour)
		#
		#	Stop the daemon
		#
		/etc/init.d/argus-server stop > /dev/null 2>&1 || true
		for i in $INTERFACES; do
		    PPP_IFACE=$i /etc/ppp/ip-down.d/argus-server || true
		done
		[ -f /usr/sbin/argus  ] && rm -f /usr/sbin/argus 
		;;
	failed-upgrade)
		;;
esac



exit 0
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions