Show
Ignore:
Timestamp:
03/10/08 16:39:35 (9 months ago)
Author:
gonzalo
Message:

Nikto modified properly

Location:
pbibuild/modules/nikto/overlay-dir
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/nikto/overlay-dir/PBI.RemoveScript.sh

    r1562 r1580  
    1111rm -fR /usr/local/share/doc/nikto 
    1212rm -fR /usr/local/share/nikto 
    13  
     13rm -fR /usr/local/etc/nikto.conf 
  • pbibuild/modules/nikto/overlay-dir/PBI.SetupScript.sh

    r1562 r1580  
    1717ln -s /Programs/${PROGDIR}/.sbin/nikto /usr/local/bin/nikto 
    1818ln -s /Programs/${PROGDIR}/etc/nikto.conf.sample /usr/local/etc/nikto.conf.sample 
     19cp -fR /Programs/${PROGDIR}/etc/nikto.conf.sample /Programs/${PROGDIR}/etc/nikto.conf 
    1920ln -s /Programs/${PROGDIR}/share/doc/nikto /usr/local/share/doc/nikto 
    2021ln -s /Programs/${PROGDIR}/share/nikto /usr/local/share/nikto 
    21  
    22 echo "LAUNCHCLOSE: /usr/local/bin/nikto" 
     22ln -s /Programs/${PROGDIR}/etc/nikto.conf /usr/local/etc/nikto.conf