aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-09 11:33:32 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-09 11:33:32 +0000
commitc38daf1f9867b92a2e6f5a853752536dc3b6ae11 (patch)
tree3e4a623b118cd9bad6856a6713b46261a906aa92 /data
parentbump ver to 1.3.x and build lzma tarballs (diff)
downloadsandbox-c38daf1f9867b92a2e6f5a853752536dc3b6ae11.tar.gz
sandbox-c38daf1f9867b92a2e6f5a853752536dc3b6ae11.tar.bz2
sandbox-c38daf1f9867b92a2e6f5a853752536dc3b6ae11.zip
sandbox.bashrc: use /etc/init.d/functions.sh rather than /sbin/functions.sh
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r--data/sandbox.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc
index 4368877..7dcddc9 100644
--- a/data/sandbox.bashrc
+++ b/data/sandbox.bashrc
@@ -28,7 +28,7 @@ if [[ ${SANDBOX_INTRACTV} == "1" && -t 1 ]] ; then
(
[[ ${NOCOLOR} == "true" || ${NOCOLOR} == "yes" || ${NOCOLOR} == "1" ]] && \
export RC_NOCOLOR="yes"
- source /sbin/functions.sh
+ source /etc/init.d/functions.sh
echo
einfo "Loading sandboxed shell"
einfo " Log File: ${SANDBOX_LOG}"