- Timestamp:
- Oct 7, 2015 12:00:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r57940 r58085 163 163 test -x "${script}" && test ! "${name}" = "" || 164 164 { echo "${self}: invalid arguments" >&2; return 1; } 165 # Do not unconditionally silence the following "ln". 166 test -L "/sbin/rc${name}" && rm "/sbin/rc${name}" 165 167 ln -s "${script}" "/sbin/rc${name}" 166 168 test -x "`which systemctl 2>/dev/null`" &&
Note:
See TracChangeset
for help on using the changeset viewer.