summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-12-15 20:42:36 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-12-15 20:42:36 (GMT)
commitfca162ce703a757f1b23106065851b574428315f (patch)
tree6de135f199fd3ff78190f83d60841b3247c93d80 /abs/core/runit-scripts
parent73d83d38ae62c60b22d72f241f02a916daaf1d6c (diff)
downloadlinhes_pkgbuild-fca162ce703a757f1b23106065851b574428315f.zip
linhes_pkgbuild-fca162ce703a757f1b23106065851b574428315f.tar.gz
linhes_pkgbuild-fca162ce703a757f1b23106065851b574428315f.tar.bz2
runit-scripts: autofs: modprobe autofs4 isn't needed anymore
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD4
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/autofs/run4
2 files changed, 2 insertions, 6 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index 4fd9efd..f31881e 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=runit-scripts
pkgver=8.4
-pkgrel=2
+pkgrel=3
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
-license="BSD"
+license=('BSD')
depends=('glibc' 'util-linux' 'initscripts' 'runit' )
makedepends=('gcc' 'make' 'rsync')
conflicts=()
diff --git a/abs/core/runit-scripts/runitscripts/services/autofs/run b/abs/core/runit-scripts/runitscripts/services/autofs/run
index d6659c4..c0800a2 100755
--- a/abs/core/runit-scripts/runitscripts/services/autofs/run
+++ b/abs/core/runit-scripts/runitscripts/services/autofs/run
@@ -4,10 +4,6 @@ exec 2>&1
. /etc/rc.conf
. /etc/rc.d/functions
-stat_runit "Starting autofs4 kernel module" && echo ""
-set -e # barf if modprobe fails
-/usr/bin/modprobe autofs4
-
stat_runit "Starting autofs automount" && echo ""
# source application-specific settings
[ -f /etc/conf.d/autofs ] && . /etc/conf.d/autofs