Changeset 350 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Jan 26, 2007 10:37:16 AM (18 years ago)
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh
r301 r350 151 151 start() { 152 152 if ! test -f $PIDFILE; then 153 echo -n "Starting vboxadd-timesync";153 echo -n "Starting VirtualBox host to guest time synchronisation"; 154 154 vboxaddrunning || { 155 155 echo "VirtualBox Additions module not loaded!" … … 166 166 stop() { 167 167 if test -f $PIDFILE; then 168 echo -n "Stopping vboxadd-timesync";168 echo -n "Stopping VirtualBox host to guest time synchronisation"; 169 169 vboxaddrunning || { 170 170 echo "VirtualBox Additions module not loaded!" -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r301 r350 170 170 if [ ! -c $dev ]; then 171 171 maj=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/devices` 172 test -z "$maj" && maj=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/misc` 172 173 test -z "$maj" && { 173 174 rmmod $modname
Note:
See TracChangeset
for help on using the changeset viewer.