summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--PKGBUILD2
-rw-r--r--functions4
-rw-r--r--hostname.5.txt2
-rw-r--r--locale.conf.5.txt2
-rw-r--r--rc.conf4
-rw-r--r--rc.conf.5.txt2
-rwxr-xr-xrc.sysinit5
8 files changed, 12 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index a2e5e04..e57dfd2 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,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
diff --git a/PKGBUILD b/PKGBUILD
index 3130e5e..14ce69f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=$(date +%Y%m%d)
pkgrel=$(git log -1 --pretty=format:%h)
pkgdesc="System initialization/bootup scripts"
arch=('any')
-url="http://www.archlinux.org"
+url="http://parabolagnulinux.org"
license=('GPL')
groups=('base')
conflicts=('initscripts')
diff --git a/functions b/functions
index 7516345..7fa4ebe 100644
--- a/functions
+++ b/functions
@@ -690,7 +690,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
@@ -701,7 +701,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
diff --git a/hostname.5.txt b/hostname.5.txt
index f141768..0618855 100644
--- a/hostname.5.txt
+++ b/hostname.5.txt
@@ -19,7 +19,7 @@ should contain a single newline-terminated host name string. The host name may b
however it is recommended that it consists only of 7bit ASCII lower-case characters and no spaces or dots, and limits itself to the
format allowed for DNS domain name labels, even though this is not a strict requirement.
-In Arch Linux the HOSTNAME variable in /etc/rc.conf is checked for the host name as well, however only as fallback.
+In Arch systems the HOSTNAME variable in /etc/rc.conf is checked for the host name as well, however only as fallback.
HISTORY
-------
diff --git a/locale.conf.5.txt b/locale.conf.5.txt
index 15f1e5f..8651c40 100644
--- a/locale.conf.5.txt
+++ b/locale.conf.5.txt
@@ -24,7 +24,7 @@ The locale settings configured in /etc/locale.conf are system-wide and are inher
unset by individual programs or individual users. To avoid services inheriting the locale settings on sysvinit systems, the
DAEMON_LOCALE variable in rc.conf can be set to "no".
-In Arch /etc/rc.conf is checked for locale configuration as well, however only as fallback.
+In Arch systems /etc/rc.conf is checked for locale configuration as well, however only as fallback.
OPTIONS
-------
diff --git a/rc.conf b/rc.conf
index 51a8393..b3b1698 100644
--- a/rc.conf
+++ b/rc.conf
@@ -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 b979f45..7352d6a 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
--------
diff --git a/rc.sysinit b/rc.sysinit
index f91190c..854016f 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -7,8 +7,9 @@
. /etc/rc.d/functions
echo " "
-printhl "Arch Linux\n"
-printhl "${C_H2}http://www.archlinux.org"
+printhl "Parabola GNU/Linux-Libre\n"
+printhl "${C_H2}http://parabolagnulinux.org"
+printhl "You're booting into a /libre/ version of Archlinux"
printsep
# mount the api filesystems