[Netpass-devel] NetPass/install.d/init.d netpass,1.2,1.3
Brought to you by:
jeffmurphy
From: Matt <mt...@us...> - 2005-04-28 07:21:09
|
Update of /cvsroot/netpass/NetPass/install.d/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26080 Modified Files: netpass Log Message: Index: netpass =================================================================== RCS file: /cvsroot/netpass/NetPass/install.d/init.d/netpass,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- netpass 14 Apr 2005 18:32:12 -0000 1.2 +++ netpass 28 Apr 2005 07:21:00 -0000 1.3 @@ -60,6 +60,10 @@ echo -n $"Starting macscan: " daemon ${B}/bin/macscan.pl + echo + + echo -n $"Starting npapid: " + daemon ${B}/bin/npapid.pl echo #[ $RETVAL -eq 0 ] && exit $RETVAL @@ -78,6 +82,11 @@ echo -n $"Shutting down macscan: " killproc macscan.pl echo + + echo -n $"Shutting down npapid: " + killproc npapid.pl + echo + return 0 } @@ -98,6 +107,7 @@ status portmover status resetport status macscan + status npapid.pl RETVAL=$? ;; *) |