[Netpass-devel] NetPass install,1.23,1.24
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-08-04 06:45:32
|
Update of /cvsroot/netpass/NetPass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9864 Modified Files: install Log Message: installation fixes Index: install =================================================================== RCS file: /cvsroot/netpass/NetPass/install,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- install 3 Aug 2005 02:44:38 -0000 1.23 +++ install 4 Aug 2005 06:45:23 -0000 1.24 @@ -498,6 +498,9 @@ # squid init script installed via RPM lsystem ("chkconfig --level 2345 squid on"); + lsystem ("chkconfig --level 2345 dhcrelay on"); + lsystem ("chkconfig --level 2345 snmptrapd on"); + lsystem ("chkconfig --level 2345 apache on"); } sub installApacheStartupScript { |