diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2018-10-01 09:47:29 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-05 00:39:45 +0700 |
commit | 5d0e38c0393575af4a09e6bd1fafe77b884f428e (patch) | |
tree | 6fcc4ccf84c065947bb1c56394e47385dead4084 | |
parent | ea342539b22f2a20ba20698944d8f128ba48a63a (diff) | |
download | slackbuilds-5d0e38c0393575af4a09e6bd1fafe77b884f428e.tar.gz |
system/openrc: Removed branding.
-rw-r--r-- | system/openrc/README.Slackware | 2 | ||||
-rw-r--r-- | system/openrc/openrc.SlackBuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/system/openrc/README.Slackware b/system/openrc/README.Slackware index 2b9c375a10..72b655e89b 100644 --- a/system/openrc/README.Slackware +++ b/system/openrc/README.Slackware @@ -1,5 +1,5 @@ Before installing OpenRC, the /etc/init.d folder would need to be moved out, ie: -# mv /etc/init.d /etc/init.d.bak +# mv /etc/init.d /etc/init.d-bak After installing, /etc/inittab would need to be replaced. The old one can be backed up: # cp /etc/inittab /etc/inittab.sysvinit diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild index da52ff6df9..088f1cbe06 100644 --- a/system/openrc/openrc.SlackBuild +++ b/system/openrc/openrc.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=openrc VERSION=${VERSION:-0.35.5} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -80,7 +80,7 @@ MAKEARGS+=(MANDIR=/usr/man) MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION) MAKEARGS+=(MKTERMCAP=ncurses) MAKEARGS+=(MKBASHCOMP=yes) -MAKEARGS+=(BRANDING="$(uname -rs) on $(cat /etc/slackware-version)") +#MAKEARGS+=(BRANDING="$(cat /etc/slackware-version)") make "${MAKEARGS[@]}" |