Ticket #6229: rc.vboxadd-service.diff
| File rc.vboxadd-service.diff, 644 bytes (added by , 15 years ago) |
|---|
-
rc.vboxadd-service
old new 39 39 elif [ -f /etc/SuSE-release ]; then 40 40 system=suse 41 41 PIDFILE="/var/lock/subsys/vboxadd-service" 42 elif [ -f /etc/moblin-release ]; then 43 system=moblin 44 PIDFILE="/var/lock/subsys/vboxadd-service" 42 45 elif [ -f /etc/debian_version ]; then 43 46 system=debian 44 47 PIDFILE="/var/run/vboxadd-service" … … 61 64 fi 62 65 fi 63 66 64 if [ "$system" = "redhat" ]; then67 if [ "$system" = "redhat" -o "$system" = "moblin" ]; then 65 68 . /etc/init.d/functions 66 69 fail_msg() { 67 70 echo_failure

