summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-06-29 21:03:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-06-29 21:03:50 +0000
commitb5848422dc47c71e420c978b26d12b0f10f3ddcf (patch)
tree184f44057543c2464b1df36e9ed3d97754fee25f /etc/inc/services.inc
parentd835d6b806050c6b6808b7e45836f682268c620e (diff)
downloadpfsense-b5848422dc47c71e420c978b26d12b0f10f3ddcf.zip
pfsense-b5848422dc47c71e420c978b26d12b0f10f3ddcf.tar.gz
Replace mount_devfs with mount -t devfs devfs
Diffstat (limited to 'etc/inc/services.inc')
-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 3b57b2e..2cd14a1 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -69,7 +69,7 @@ function services_dhcpd_configure() {
fwrite($fd, "cp /usr/local/sbin/dhcpd {$g['dhcpd_chroot_path']}/usr/local/sbin/\n");
fwrite($fd, "chmod a+rx {$g['dhcpd_chroot_path']}/usr/local/sbin/dhcpd\n");
if(!trim($status))
- fwrite($fd, "mount_devfs devfs {$g['dhcpd_chroot_path']}/dev\n");
+ fwrite($fd, "mount -t devfs devfs {$g['dhcpd_chroot_path']}/dev\n");
fclose($fd);
mwexec("/bin/sh /tmp/dhcpd.sh");
OpenPOWER on IntegriCloud