diff options
author | Roy Marples <roy@marples.name> | 2008-11-04 11:28:24 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-11-04 11:28:24 +0000 |
commit | 45044c9239ef5eb06a3cc9e5110131cd0d8210ef (patch) | |
tree | 4b82968c88d0bfc1c274f3a86c9631974f0bd59c /init.d | |
parent | 5fc6f21169268b4ac3111a2f978faaaee3182e3e (diff) |
Typo
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/mount-ro.in (renamed from init.d/romount.in) | 0 | ||||
-rw-r--r-- | init.d/savecache.in | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/init.d/romount.in b/init.d/mount-ro.in index e39384a3..e39384a3 100644 --- a/init.d/romount.in +++ b/init.d/mount-ro.in diff --git a/init.d/savecache.in b/init.d/savecache.in index 57ed50ce..69c75e98 100644 --- a/init.d/savecache.in +++ b/init.d/savecache.in @@ -19,7 +19,7 @@ start() [ -e "${RC_SVCDIR}/${x}" ] && save="${save} ${RC_SVCDIR}/${x}" done if [ -n "${save}" ]; then - cp -p ${save} "${RC_LIBDIR}"/cache 2>/devnull + cp -p ${save} "${RC_LIBDIR}"/cache 2>/dev/null fi eend $? } |