diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-17 15:34:22 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-17 15:34:22 -0500 |
commit | ffdc499ab1cfe02660daa881b2cfaeea48bd73d0 (patch) | |
tree | 7db4ab5562b29847b9037d19984cc33859456bf5 /etc/inc | |
parent | d48927b4eadc42c43fefa3ecf539a5467906b4d4 (diff) | |
download | pfsense-ffdc499ab1cfe02660daa881b2cfaeea48bd73d0.zip pfsense-ffdc499ab1cfe02660daa881b2cfaeea48bd73d0.tar.gz |
Show when disk is encrypted. Do not uppercase .eli
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/services.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 337bc46..166390b 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -72,7 +72,7 @@ function services_dhcpd_configure() { fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/etc\n"); fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/usr/local/sbin\n"); fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/var/db\n"); - fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/var/run\n"); + fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/var/run\n"); fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/usr\n"); fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/lib\n"); fwrite($fd, "mkdir -p {$g['dhcpd_chroot_path']}/run\n"); |