diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-07-29 19:34:08 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-07-29 19:34:08 -0300 |
commit | b1f01a6f31408ca57da31ab22add9b606db02f80 (patch) | |
tree | f657fcad8bf9e42dbc47b633ed9791348fb3e3e3 | |
parent | fb73f5847b81d93beaf85f7c35999ce01527b097 (diff) |
Rebranded for Parabola2012.07.29
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | parabola.7.txt (renamed from archlinux.7.txt) | 9 | ||||
-rw-r--r-- | rc.conf | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -31,7 +31,7 @@ install: installdirs doc install -m755 -t $(DESTDIR)/etc/profile.d locale.sh install -m755 -t $(DESTDIR)/usr/sbin rc.d install -m644 -t $(DESTDIR)/usr/share/man/man5 rc.conf.5 - install -m644 -t $(DESTDIR)/usr/share/man/man7 archlinux.7 + install -m644 -t $(DESTDIR)/usr/share/man/man7 parabola.7 install -m644 -t $(DESTDIR)/usr/share/man/man8 rc.d.8 install -m755 -t $(DESTDIR)/usr/lib/systemd/system-generators arch-daemons install -m755 -t $(DESTDIR)/usr/lib/systemd arch-modules-load @@ -52,10 +52,10 @@ install: installdirs doc %.8: %.8.txt a2x -d manpage -f manpage $< -doc: rc.conf.5 archlinux.7 rc.d.8 +doc: rc.conf.5 parabola.7 rc.d.8 clean: - rm -f rc.conf.5 archlinux.7 rc.d.8 + rm -f rc.conf.5 parabola.7 rc.d.8 tar: git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz diff --git a/archlinux.7.txt b/parabola.7.txt index 9cf1857..25c8f9a 100644 --- a/archlinux.7.txt +++ b/parabola.7.txt @@ -1,20 +1,20 @@ ///// vim:set ts=4 sw=4 syntax=asciidoc noet: ///// -archlinux(7) +parabola(7) ============ NAME ---- -archlinux - basic configuration +parabola - basic configuration SYNOPSIS -------- -Overview of the basic configuration of Arch Linux. +Overview of the basic configuration of Parabola GNU/Linux-libre. DESCRIPTION ----------- -Arch Linux exposes the user to the system without hiding any details. This manpage gives a +Parabola exposes the user to the system without hiding any details. This manpage gives a brief overview of the configuration files that should be set up on a fresh install. INITSCRIPTS[[I]] @@ -78,3 +78,4 @@ mkinitcpio(8), pacman(8), pacman.conf(5), grub-mkconfig(8), syslinux(1), modules AUTHORS ------- Written by Tom Gundersen. +Rebranded for Parabola by Nicolás Reynolds. @@ -2,7 +2,7 @@ # /etc/rc.conf - configuration file for initscripts # # Most of rc.conf has been replaced by various other configuration -# files. See archlinux(7) for details. +# files. See parabola(7) for details. # # For more details on rc.conf see rc.conf(5). # |