From b5848422dc47c71e420c978b26d12b0f10f3ddcf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 Jun 2008 21:03:50 +0000 Subject: Replace mount_devfs with mount -t devfs devfs --- etc/inc/services.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/services.inc') 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"); -- cgit v1.1