summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-05 16:50:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-05 16:50:07 +0000
commit09b949e1c1cb0b4d3265cc9b204a93191f78c9d6 (patch)
treea005bb1a76ee072c1119b7626d45e8cb25350f32 /etc/rc.bootup
parent93c8f3783bc7ee39d825cf5c7c12451724dffe44 (diff)
downloadpfsense-09b949e1c1cb0b4d3265cc9b204a93191f78c9d6.zip
pfsense-09b949e1c1cb0b4d3265cc9b204a93191f78c9d6.tar.gz
MFC needed package changes from Fernando
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e0a1e34..9468fc4 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -57,6 +57,7 @@
echo "Starting device manager (devd)... ";
mute_kernel_msgs();
start_devd();
+ set_device_perms();
unmute_kernel_msgs();
echo "done.\n";
@@ -292,4 +293,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud