Changeset 521 for trunk/init/samhain.startLinux.in
- Timestamp:
- Apr 5, 2017, 9:46:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/init/samhain.startLinux.in
r481 r521 40 40 # and the command to run them. 41 41 if [ -f /etc/redhat-release ]; then 42 if [ -f /etc/init.d/functions ]; then 42 43 . /etc/init.d/functions 43 44 DISTRO=redhat 45 elif [ -f /etc/rc.d/init.d/functions ]; then 46 . /etc/rc.d/init.d/functions 47 DISTRO=redhat 48 else 49 DISTRO=generic 50 fi 44 51 elif [ -f /etc/mandrake-release ]; then 45 52 . /etc/init.d/functions
Note:
See TracChangeset
for help on using the changeset viewer.