diff options
Diffstat (limited to 'system/openrc/openrc.SlackBuild')
-rw-r--r-- | system/openrc/openrc.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild index f7eb5327ba..b4e72248aa 100644 --- a/system/openrc/openrc.SlackBuild +++ b/system/openrc/openrc.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=openrc VERSION=${VERSION:-0.22.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -90,9 +90,6 @@ make install "${MAKEARGS[@]}" DESTDIR=$PKG install -m 644 support/sysvinit/inittab "$PKG"/etc/inittab.new install -Dm 0644 "$CWD/$PRGNAM.logrotate" "$PKG/etc/logrotate.d/${PRGNAM}.new" -# Correct sysctl -sed -e 's|--system|-p|' -i "$PKG/etc/init.d/sysctl" - # Backup rc.conf mv "$PKG/etc/rc.conf" "$PKG/etc/rc.conf.new" |