[Netpass-devel] NetPass CHANGES,1.12,1.13 install,1.25,1.26
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-08-16 14:04:49
|
Update of /cvsroot/netpass/NetPass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25260 Modified Files: CHANGES install Log Message: bug fixes Index: CHANGES =================================================================== RCS file: /cvsroot/netpass/NetPass/CHANGES,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- CHANGES 11 Aug 2005 00:04:45 -0000 1.12 +++ CHANGES 16 Aug 2005 14:04:31 -0000 1.13 @@ -176,7 +176,7 @@ mtb lots of bugs created jcm lots of bugs fixed -2005-08-10 2.0 released +2005-08-10 jcm bug fixes to appstarter. 'drop table appStarter' and re-create it according to the install.d/tables.sql definition jcm perms adjustments to ids cfg @@ -187,3 +187,12 @@ jcm installer changes: add NPAPI port to iptables.sh jcm npsvc: replace system() with fork/exec jcm bug in qc.mhtml related to someone with default:QuarAdmin perms being denied + +2005-08-16 + jcm bug fix to NetPass.pm - invalid call to setMessage() + jcm bug fix to Scan/index.mhtml - permissions problem if in both + Reports and ScanAdmin acl + jcm bug fix to ShowResults - didnt correctly display nessus scan + results + jcm bug fix to install - didnt install logrotate.d/apache logrotate.d/netpass + Index: install =================================================================== RCS file: /cvsroot/netpass/NetPass/install,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- install 10 Aug 2005 19:52:15 -0000 1.25 +++ install 16 Aug 2005 14:04:31 -0000 1.26 @@ -1199,12 +1199,12 @@ sub installLogrotate { # apache if ($APACHE_PB_INSTALLED) { - lsystem("cp $PKGDIR/install.d/apache /etc/logrotate.d/"); + lsystem("cp $PKGDIR/install.d/logrotate.d/apache /etc/logrotate.d/"); } # netpass - lsystem("cp $PKGDIR/install.d/netpass /etc/logrotate.d/"); + lsystem("cp $PKGDIR/install.d/logrotate.d/netpass /etc/logrotate.d/"); } sub searchReplace { |