diff options
author | Doug Freed <dwfreed@mtu.edu> | 2016-12-17 18:41:02 +0000 |
---|---|---|
committer | Doug Freed <dwfreed@mtu.edu> | 2016-12-17 18:41:02 +0000 |
commit | 8ad460c54ce66aa0900cf872d9ebfacf0c03f9da (patch) | |
tree | a326ca8087b4e558855b97d80c610d2f1ee18b08 | |
parent | 72c0824961fc257b634a9439496e04d1b3392ef1 (diff) |
Fix typos
Fixes #99
-rw-r--r-- | etc/rc.shutdown.in | 2 | ||||
-rw-r--r-- | sh/init.sh.Linux.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in index b85a962c..de3e09b9 100644 --- a/etc/rc.shutdown.in +++ b/etc/rc.shutdown.in @@ -14,7 +14,7 @@ trap : SIGINT SIGQUIT # Try and use stuff in /lib over anywhere else so we can shutdown # local mounts correctly. -LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LDLIBRARY_PATH}" ; export LD_LIBRARY_PATH +LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" ; export LD_LIBRARY_PATH # If $TERM is not set then assume default of @TERM@ # This gives us a nice colour boot :) diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index 76457754..fcae0d2d 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -32,7 +32,7 @@ unset f if $mountproc; then procfs="proc" - [ "$RC_UNAME" = "GNU/kFreeBSD" ] && proc="linprocfs" + [ "$RC_UNAME" = "GNU/kFreeBSD" ] && procfs="linprocfs" ebegin "Mounting /proc" if ! fstabinfo --mount /proc; then mount -n -t "$procfs" -o noexec,nosuid,nodev proc /proc |