diff options
-rwxr-xr-x | ezjail-admin | 2 | ||||
-rwxr-xr-x | ezjail.conf.sample | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ezjail-admin b/ezjail-admin index ec9edf5..eb3c407 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -22,7 +22,7 @@ ezjail_flavours=${ezjail_flavours:-"${ezjail_jaildir}/flavours"} | |||
22 | ezjail_portscvsroot=${ezjail_portscvsroot:-":pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs"} | 22 | ezjail_portscvsroot=${ezjail_portscvsroot:-":pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs"} |
23 | ezjail_sourcetree=${ezjail_sourcetree:-"/usr/src"} | 23 | ezjail_sourcetree=${ezjail_sourcetree:-"/usr/src"} |
24 | ezjail_uglyperlhack=${ezjail_uglyperlhack:-"YES"} | 24 | ezjail_uglyperlhack=${ezjail_uglyperlhack:-"YES"} |
25 | ezjail_default_execute=${ezjail_default_execute:-"/bin/sh"} | 25 | ezjail_default_execute=${ezjail_default_execute:-"/usr/bin/login -f root"} |
26 | 26 | ||
27 | ezjail_mount_enable=${ezjail_mount_enable:-"YES"} | 27 | ezjail_mount_enable=${ezjail_mount_enable:-"YES"} |
28 | ezjail_devfs_enable=${ezjail_devfs_enable:-"YES"} | 28 | ezjail_devfs_enable=${ezjail_devfs_enable:-"YES"} |
diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 3cbe78a..5ee5cb1 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample | |||
@@ -27,7 +27,7 @@ | |||
27 | # ezjail_ftphost=ftp.freebsd.org | 27 | # ezjail_ftphost=ftp.freebsd.org |
28 | 28 | ||
29 | # This is the command that is being executed by the console subcommand | 29 | # This is the command that is being executed by the console subcommand |
30 | # ezjail_default_execute=/bin/sh | 30 | # ezjail_default_execute=/usr/bin/login -f root |
31 | 31 | ||
32 | # This is the default location where ezjail archives its jails to | 32 | # This is the default location where ezjail archives its jails to |
33 | # ezjail_archivedir=`pwd -P` | 33 | # ezjail_archivedir=`pwd -P` |