Changeset 390 for trunk/scripts
- Timestamp:
- Feb 9, 2012, 8:24:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.