summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-04-25 13:23:22 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-04-25 13:23:22 -0300
commit41b4a850ccaee7303618e9bd2069d892ae6c0092 (patch)
tree0e82f6d394697ed3bf6bfc1edb9ffe3fca5ba968
parenta946a2956b42859ddb2667218115ae0f4e896491 (diff)
Parabola rebranding2011.04.1
-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 79f51f8..b7f6f45 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 fd0928e..83eb17b 100644
--- a/functions
+++ b/functions
@@ -53,7 +53,7 @@ fi
if [[ $USECOLOR = YES || $USECOLOR = yes ]]; then
C_MAIN="\033[1;37;40m" # main text
- C_OTHER="\033[1;34;40m" # prefix & brackets
+ C_OTHER="\033[1;35;40m" # prefix & brackets
C_SEPARATOR="\033[1;30;40m" # separator
C_BUSY="\033[0;36;40m" # busy
diff --git a/rc.conf b/rc.conf
index 7d03a30..f360e7a 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 56a63bc..178d334 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