From 41b4a850ccaee7303618e9bd2069d892ae6c0092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 25 Apr 2011 13:23:22 -0300 Subject: Parabola rebranding --- PKGBUILD | 4 ++-- functions | 2 +- rc.conf | 2 +- rc.sysinit | 5 +++-- 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 -- cgit v1.2.3