Compare commits
1 Commits
20200101
...
20200101-1
Author | SHA1 | Date | |
---|---|---|---|
f84f50c4e9 |
@@ -13,7 +13,7 @@ done
|
|||||||
if [ -x @RCDIR@/rc.local ] && grep -qv '^#' @RCDIR@/rc.local; then
|
if [ -x @RCDIR@/rc.local ] && grep -qv '^#' @RCDIR@/rc.local; then
|
||||||
@RCDIR@/rc.local
|
@RCDIR@/rc.local
|
||||||
echo "==> @RCDIR@/rc.local has been deprecated. Please move the contents"
|
echo "==> @RCDIR@/rc.local has been deprecated. Please move the contents"
|
||||||
echo " of the file to @SYSCONFDIR/rc.local, since the next version of"
|
echo " of the file to @SYSCONFDIR@/rc.local, since the next version of"
|
||||||
echo " runit-artix won't read @RCDIR@/rc.local anymore."
|
echo " runit-artix won't read @RCDIR@/rc.local anymore."
|
||||||
fi
|
fi
|
||||||
[ -x @SYSCONFDIR@/rc.local ] && @SYSCONFDIR@/rc.local
|
[ -x @SYSCONFDIR@/rc.local ] && @SYSCONFDIR@/rc.local
|
||||||
|
Reference in New Issue
Block a user