diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2018-12-02 23:57:08 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 22:27:12 +0700 |
commit | e34a7018a131001ae559e16b8ff9e2e429a066cd (patch) | |
tree | ff7c3d4242fd51dcabdd99abdd41aacc43ced065 /system/openrc-services/openrc-services.SlackBuild | |
parent | a4edc0219e69f088cb78eb41688f6dd9222c60db (diff) | |
download | slackbuilds-e34a7018a131001ae559e16b8ff9e2e429a066cd.tar.gz |
system/openrc-services: Updated for version 20181203.
Diffstat (limited to 'system/openrc-services/openrc-services.SlackBuild')
-rw-r--r-- | system/openrc-services/openrc-services.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/system/openrc-services/openrc-services.SlackBuild b/system/openrc-services/openrc-services.SlackBuild index 0b152f9914..873656a271 100644 --- a/system/openrc-services/openrc-services.SlackBuild +++ b/system/openrc-services/openrc-services.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openrc-services -VERSION=${VERSION:-20181107} +VERSION=${VERSION:-20181203} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,6 @@ SYSCONFDIR="$SYSCONFDIR" sh install.sh "$PKG" # Install slackware compatibility services install -Dm 644 misc/local.d/rcM.start "$PKG/etc/openrc/local.d/rcM.start" -install -Dm 755 misc/local.d/rcd_net.start "$PKG/etc/openrc/local.d/rcd_net.start" # Enable some basic services install -d "$PKG/etc/openrc/runlevels/sysinit" @@ -88,10 +87,6 @@ for file in $PKG/etc/openrc/conf.d/*; do mv "$file" "${file}.new" done -for file in $PKG/etc/logrotate.d/*; do - mv "$file" "${file}.new" -done - for file in $PKG/etc/openrc/local.d/*; do mv "$file" "${file}.new" done |