Changeset 390 for trunk/scripts


Ignore:
Timestamp:
Feb 9, 2012, 8:24:30 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #287 (samhain-install.sh in /var which might be mounted noexec).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/samhain.spec.in

    r68 r390  
    7070        # Activate boot-time start up
    7171        cd %{_localstatedir}/lib/%{name}
    72         ./samhain-install.sh --verbose install-boot
     72        /bin/sh ./samhain-install.sh --verbose install-boot
    7373        if test -f /sbin/chkconfig; then
    7474                /sbin/chkconfig --add samhain
     
    100100        cd %{_localstatedir}/lib/samhain
    101101        if [ -f ./samhain-install.sh ]; then
    102             ./samhain-install.sh --verbose uninstall-boot
     102            /bin/sh ./samhain-install.sh --verbose uninstall-boot
    103103        else
    104104            if [ -f /sbin/chkconfig ]; then
Note: See TracChangeset for help on using the changeset viewer.