summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-05 05:12:12 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-05 05:12:12 +0000
commit3f30312c58c4d00f498391f04e59c3221c856ae5 (patch)
treec59e4f9120f7943d66c15c03ee3c6069f77fbef5 /sys-devel/crossdev
parentMarked ~hppa too. (diff)
downloadgentoo-2-3f30312c58c4d00f498391f04e59c3221c856ae5.tar.gz
gentoo-2-3f30312c58c4d00f498391f04e59c3221c856ae5.tar.bz2
gentoo-2-3f30312c58c4d00f498391f04e59c3221c856ae5.zip
use /etc/init.d/functions.sh rather than /sbin/functions.sh
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
-rwxr-xr-xsys-devel/crossdev/files/crossdev-stable4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 0757cbb238f1..b9eacbebcb13 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.92 2007/05/05 01:08:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.93 2007/05/05 05:12:12 vapier Exp $
cd /
umask 0022 #159111
@@ -11,7 +11,7 @@ if [[ ${ROOT:-/} != "/" ]] ; then
exit 2
fi
-source /sbin/functions.sh || exit 1
+source /etc/init.d/functions.sh || exit 1
esyslog() { :; }
die() {
echo
diff --git a/sys-devel/crossdev/files/crossdev-stable b/sys-devel/crossdev/files/crossdev-stable
index 6255d6626999..f715d5da094d 100755
--- a/sys-devel/crossdev/files/crossdev-stable
+++ b/sys-devel/crossdev/files/crossdev-stable
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.1 2007/02/17 13:51:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.2 2007/05/05 05:12:12 vapier Exp $
cd /
umask 0022 #159111
@@ -11,7 +11,7 @@ if [[ ${ROOT:-/} != "/" ]] ; then
exit 2
fi
-source /sbin/functions.sh || exit 1
+source /etc/init.d/functions.sh || exit 1
esyslog() { :; }
die() {
echo