diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/savecache.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/savecache.in b/init.d/savecache.in index ddd58d7e..e185e5a4 100644 --- a/init.d/savecache.in +++ b/init.d/savecache.in @@ -30,7 +30,7 @@ start() if yesno "${RC_GOINGDOWN}"; then rc=0 fi - eend $rc "Unable to create $RC_SVCDIR/cache" + eend $rc "Unable to create $RC_LIBEXECDIR/cache" return $rc fi fi |