summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--functions2
-rw-r--r--rc.conf2
-rwxr-xr-xrc.sysinit5
4 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c9764c..dcf007b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgver=$(date +%s)
pkgrel=$(git log --pretty=format:%h |head -n 1)
pkgdesc="System initialization/bootup scripts"
arch=('i686' 'x86_64')
-url="http://www.archlinux.org"
-license=('GPL')
+url="http://parabolagnulinux.org"
+license=('GPL2')
groups=('base')
conflicts=('initscripts')
provides=('initscripts=9999')
diff --git a/functions b/functions
index 27e53d0..6cd448c 100644
--- a/functions
+++ b/functions
@@ -65,7 +65,7 @@ if [[ $USECOLOR =~ yes|YES ]]; 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/rc.conf b/rc.conf
index 534112f..18effe9 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
#
# -----------------------------------------------------------------------
diff --git a/rc.sysinit b/rc.sysinit
index 00a328e..aebecdb 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
run_hook sysinit_start