void-packages/srcpkgs/runit-void/patches/fix-agetty-generic-conf.patch

12 lines
268 B
Diff

--- services/agetty-generic/run.orig 2015-04-02 13:48:59.090662443 +0200
+++ services/agetty-generic/run 2015-04-02 13:49:06.270149787 +0200
@@ -2,7 +2,7 @@
tty=${PWD##*-}
-[ -r conf ] && . conf
+[ -r conf ] && . ./conf
if [ -x /sbin/getty ]; then
# busybox