summaryrefslogtreecommitdiff
path: root/nonsystemd/netifrc/parabola.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/netifrc/parabola.patch')
-rw-r--r--nonsystemd/netifrc/parabola.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/nonsystemd/netifrc/parabola.patch b/nonsystemd/netifrc/parabola.patch
new file mode 100644
index 000000000..119dc49b4
--- /dev/null
+++ b/nonsystemd/netifrc/parabola.patch
@@ -0,0 +1,22 @@
+ sh/functions.sh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/sh/functions.sh b/sh/functions.sh
+index 96df289..daad19d 100644
+--- a/sh/functions.sh
++++ b/sh/functions.sh
+@@ -7,11 +7,11 @@ if [ x$RC_GOT_FUNCTIONS = xyes -o -n "$(command -v ebegin 2>/dev/null)" ]; then
+ :
+
+ # Then check for the presence of functions.sh
+-elif [ -f /lib/gentoo/functions.sh ]; then
+- . /lib/gentoo/functions.sh
++elif [ -f /usr/lib/parabola/functions.sh ]; then
++ . /usr/lib/parabola/functions.sh
+
+ else
+- echo "/lib/gentoo/functions.sh not found. Exiting"
++ echo "/usr/lib/parabola/functions.sh not found. Exiting"
+ exit 1
+ fi
+