mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove trailing white space...
fix spelling of unnecessary...
This commit is contained in:
parent
e4c8a13d61
commit
a4d6aee71d
1 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ if [ -n "${FILELIST}" ]; then
|
|||
while [ -n "${path}" ]; do
|
||||
echo ".${path}"
|
||||
path="${path%/*}"
|
||||
done
|
||||
done
|
||||
done) | sort -u ${BSDROOT}/METALOG - | \
|
||||
awk '
|
||||
!/ type=/ { file = $1 }
|
||||
|
|
@ -199,7 +199,7 @@ done
|
|||
|
||||
# /etc/rcorder.start allows the startup order to be stable even if
|
||||
# not all startup scripts are installed. In theory it should be
|
||||
# unnecessicary, but dependencies in rc.d appear to be under recorded.
|
||||
# unnecessary, but dependencies in rc.d appear to be under recorded.
|
||||
# This is a hack local to beri/cheribsd.
|
||||
#
|
||||
echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start
|
||||
|
|
|
|||
Loading…
Reference in a new issue