summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-17 15:34:22 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-17 15:34:22 -0500
commitffdc499ab1cfe02660daa881b2cfaeea48bd73d0 (patch)
tree7db4ab5562b29847b9037d19984cc33859456bf5 /etc
parentd48927b4eadc42c43fefa3ecf539a5467906b4d4 (diff)
downloadpfsense-ffdc499ab1cfe02660daa881b2cfaeea48bd73d0.zip
pfsense-ffdc499ab1cfe02660daa881b2cfaeea48bd73d0.tar.gz
Show when disk is encrypted. Do not uppercase .eli
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc2
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");
OpenPOWER on IntegriCloud