- Timestamp:
- Sep 15, 2009 8:35:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r21412 r23044 237 237 fi 238 238 239 binary=/usr/sbin/ vboxadd-service239 binary=/usr/sbin/VBoxService 240 240 241 241 test -x "$binary" || { … … 257 257 daemon $binary 258 258 RETVAL=$? 259 test $RETVAL -eq 0 && echo `pidof vboxadd-service` > $PIDFILE259 test $RETVAL -eq 0 && echo `pidof VBoxService` > $PIDFILE 260 260 succ_msg 261 261 fi … … 283 283 284 284 status() { 285 echo -n "Checking for vboxadd-service"285 echo -n "Checking for VBoxService" 286 286 if [ -f $PIDFILE ]; then 287 287 echo " ...running"
Note:
See TracChangeset
for help on using the changeset viewer.