diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | functions | 4 | ||||
-rw-r--r-- | rc.conf | 4 | ||||
-rw-r--r-- | rc.conf.5.txt | 2 | ||||
-rwxr-xr-x | rc.sysinit | 4 |
6 files changed, 9 insertions, 10 deletions
@@ -47,7 +47,6 @@ tar: git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz release: tar - scp initscripts-$(VER).tar.xz gerolde.archlinux.org:/srv/ftp/other/initscripts/ - scp initscripts-$(VER).tar.xz pkgbuild.com:~/packages/initscripts/trunk/ + scp initscripts-$(VER).tar.xz parabola:public/other/ .PHONY: all installdirs install doc clean tar release @@ -3,7 +3,7 @@ pkgver=$(date +%Y%m%d) pkgrel=$(git log -1 --pretty=format:%h) pkgdesc="System initialization/bootup scripts" arch=('any') -url="https://www.archlinux.org" +url="https://parabolagnulinux.org" license=('GPL') groups=('base') conflicts=('initscripts') @@ -716,7 +716,7 @@ if [[ $USECOLOR = [yY][eE][sS] ]]; then if tput setaf 0 &>/dev/null; then C_CLEAR=$(tput sgr0) # clear text C_MAIN=${C_CLEAR}$(tput bold) # main text - C_OTHER=${C_MAIN}$(tput setaf 4) # prefix & brackets + C_OTHER=${C_MAIN}$(tput setaf 5) # prefix & brackets C_SEPARATOR=${C_MAIN}$(tput setaf 0) # separator C_BUSY=${C_CLEAR}$(tput setaf 6) # busy C_FAIL=${C_MAIN}$(tput setaf 1) # failed @@ -727,7 +727,7 @@ if [[ $USECOLOR = [yY][eE][sS] ]]; then else C_CLEAR="\e[m" # clear text C_MAIN="\e[;1m" # main text - C_OTHER="\e[1;34m" # prefix & brackets + C_OTHER="\e[1;35m" # prefix & brackets C_SEPARATOR="\e[1;30m" # separator C_BUSY="\e[;36m" # busy C_FAIL="\e[1;31m" # failed @@ -1,5 +1,5 @@ # -# /etc/rc.conf - Main Configuration for Arch Linux +# /etc/rc.conf - Main Configuration for Parabola GNU/Linux-Libre # # See 'man 5 rc.conf' for more details # @@ -37,4 +37,4 @@ NETWORK_PERSIST="no" # DAEMONS # ------- # -DAEMONS=(syslog-ng network crond) +DAEMONS=(metalog network crond) diff --git a/rc.conf.5.txt b/rc.conf.5.txt index debb789..25b0f6e 100644 --- a/rc.conf.5.txt +++ b/rc.conf.5.txt @@ -6,7 +6,7 @@ rc.conf(5) NAME ---- -rc.conf - Arch Linux main configuration file +rc.conf - Arch systems main configuration file SYNOPSIS -------- @@ -13,8 +13,8 @@ elif [[ $LOCALE ]]; then fi echo " " -printhl "Arch Linux\n" -printhl "${C_H2}https://www.archlinux.org" +printhl "Parabola GNU/Linux-Libre\n" +printhl "${C_H2}https://parabolagnulinux.org" printsep # mount the API filesystems |