mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
FreeBSD guest tools to enabled compatability with SmartOS and Triton. WWW: https://github.com/joyent/freebsd-kvm-image-builder/tree/master/triton-freebsd-guesttools
11 lines
393 B
Text
11 lines
393 B
Text
--- lib/smartdc/set-rootpassword.orig 2017-05-22 19:41:07 UTC
|
|
+++ lib/smartdc/set-rootpassword
|
|
@@ -12,7 +12,7 @@
|
|
# /etc/master.passwd to ensure a root password is not being overwritten.
|
|
|
|
# load common functions and vars
|
|
-. /lib/smartdc/common.lib
|
|
+. %%PREFIX%%/lib/smartdc/common.lib
|
|
|
|
# Check /etc/master.passwd. If root pass is set, exit so we don't clobber an
|
|
# already set password.
|