Changeset 390
- Timestamp:
- Feb 9, 2012, 8:24:30 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r389 r390 1 1 3.0.2: 2 * call ./samhain-install.sh as /bin/sh ./samhain-install.sh in the 3 RPM spec file, because /var might be mounted noexec (reported by GC) 2 4 * fixed configure.ac for the case that --with-gpg and --enable-nocl are 3 5 used (./samhain for gpg checksum; problem report by Andy Jack) -
trunk/samhain.spec.in
r170 r390 100 100 # Activate boot-time start up 101 101 cd @mydataroot@ 102 ./samhain-install.sh --verbose install-boot102 /bin/sh ./samhain-install.sh --verbose install-boot 103 103 rm -f ./samhain.startLSB 104 104 rm -f ./samhain.startLinux … … 155 155 cd @mydataroot@ 156 156 if [ -f ./samhain-install.sh ]; then 157 ./samhain-install.sh --verbose uninstall-boot157 /bin/sh ./samhain-install.sh --verbose uninstall-boot 158 158 else 159 159 if test -f /usr/lib/lsb/remove_initd; then -
trunk/scripts/samhain.spec.in
r68 r390 70 70 # Activate boot-time start up 71 71 cd %{_localstatedir}/lib/%{name} 72 ./samhain-install.sh --verbose install-boot72 /bin/sh ./samhain-install.sh --verbose install-boot 73 73 if test -f /sbin/chkconfig; then 74 74 /sbin/chkconfig --add samhain … … 100 100 cd %{_localstatedir}/lib/samhain 101 101 if [ -f ./samhain-install.sh ]; then 102 ./samhain-install.sh --verbose uninstall-boot102 /bin/sh ./samhain-install.sh --verbose uninstall-boot 103 103 else 104 104 if [ -f /sbin/chkconfig ]; then
Note:
See TracChangeset
for help on using the changeset viewer.