Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
f62c0223
Commit
f62c0223
authored
Mar 25, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rc: remove unneeded scripting cruft
parent
43604666
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
rc
src/etc/rc
+0
-16
No files found.
src/etc/rc
View file @
f62c0223
...
@@ -238,16 +238,6 @@ done
...
@@ -238,16 +238,6 @@ done
# change permissions on newly created fifolog files.
# change permissions on newly created fifolog files.
/bin/chmod 0600 /var/log/
*
.log
/bin/chmod 0600 /var/log/
*
.log
echo
-n
"."
DEVFS
=
`
/sbin/mount | /usr/bin/grep devfs | /usr/bin/wc
-l
| /usr/bin/cut
-d
" "
-f8
`
if
[
"
$DEVFS
"
=
"0"
]
;
then
mount_devfs devfs /dev
fi
# Create an initial utmp file
cd
/var/run
&&
/bin/cp /dev/null utmp
&&
/bin/chmod 644 utmp
echo
-n
"."
echo
-n
"."
/sbin/ldconfig
-elf
/usr/lib /usr/local/lib /lib
/sbin/ldconfig
-elf
/usr/lib /usr/local/lib /lib
/etc/rc.d/ldconfig start 2>/dev/null
/etc/rc.d/ldconfig start 2>/dev/null
...
@@ -260,12 +250,6 @@ if [ -f "/dev/kbdmux0" ]; then
...
@@ -260,12 +250,6 @@ if [ -f "/dev/kbdmux0" ]; then
[
-c
"/dev/ukbd0"
]
&&
kbdcontrol
-a
ukbd0 < /dev/console
[
-c
"/dev/ukbd0"
]
&&
kbdcontrol
-a
ukbd0 < /dev/console
fi
fi
# Fire up unionfs if mount points exist.
if
[
-f
/dist/uniondirs
]
;
then
echo
-n
"."
/etc/rc.d/unionfs start
fi
echo
"done."
echo
"done."
# Recreate capabilities DB
# Recreate capabilities DB
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment