View | Details | Raw Unified | Return to bug 266778 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-src-VBox-Installer-freebsd-VBox.sh (-1 / +1 lines)
Lines 16-22 Link Here
16
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17
+#
17
+#
18
+
18
+
19
+PATH="/usr/bin:/bin:/usr/sbin:/sbin"
19
+PATH="/usr/bin:/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/local/sbin"
20
+CONFIG="/usr/local/etc/vbox/vbox.cfg"
20
+CONFIG="/usr/local/etc/vbox/vbox.cfg"
21
+
21
+
22
+test -r "${CONFIG}" &&
22
+test -r "${CONFIG}" &&

Return to bug 266778