Try and fix more prefix stuff.

This commit is contained in:
Roy Marples
2008-03-25 18:33:45 +00:00
parent 068c90c82b
commit 5866d829bb
4 changed files with 19 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
. @PREFIX@/@SYSCONFDIR@/init.d/functions.sh
. @SYSCONFDIR@/init.d/functions.sh
. "${RC_LIBDIR}"/sh/rc-functions.sh
# Support LiveCD foo
@@ -67,7 +67,7 @@ fi
unset _conf_d
# Load any system overrides
[ -e @PREFIX@/@SYSCONFDIR@/rc.conf ] && . @PREFIX@/@SYSCONFDIR@/rc.conf
[ -e @SYSCONFDIR@/rc.conf ] && . @SYSCONFDIR@/rc.conf
# Apply any ulimit defined
[ -n "${rc_ulimit:-${RC_ULIMIT}}" ] && ulimit ${rc_ulimit:-${RC_ULIMIT}}