changeset 595:b8fa19b6a221

vanilla: fix naming style
author David Demelier <markand@malikania.fr>
date Fri, 12 Jul 2019 20:51:00 +0200
parents 3cffdd760a86
children 6972f2849a26
files core/rc/rc.7 core/rc/rc.sh core/sysvinit/inittab dev/gcc/gcc.sh
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/core/rc/rc.7	Fri Jul 12 20:50:00 2019 +0200
+++ b/core/rc/rc.7	Fri Jul 12 20:51:00 2019 +0200
@@ -18,7 +18,7 @@
 .Os
 .Sh NAME
 .Nm rc
-.Nd vanilla init scripts
+.Nd Vanilla Linux init scripts
 .Sh DESCRIPTION
 Vanilla runs either
 .Ar busybox
--- a/core/rc/rc.sh	Fri Jul 12 20:50:00 2019 +0200
+++ b/core/rc/rc.sh	Fri Jul 12 20:51:00 2019 +0200
@@ -19,7 +19,7 @@
 PKGVERSION=0.2
 PKGREVISION=1
 PKGLICENSE="ISC"
-PKGSUMMARY="vanilla init scripts"
+PKGSUMMARY="Vanilla Linux init scripts"
 PKGPROTECT="etc/rc.conf
             etc/rc.init
             etc/rc.shutdown
--- a/core/sysvinit/inittab	Fri Jul 12 20:50:00 2019 +0200
+++ b/core/sysvinit/inittab	Fri Jul 12 20:51:00 2019 +0200
@@ -3,7 +3,7 @@
 #
 
 #
-# vanilla recommends the following runlevels:
+# Vanilla Linux recommends the following runlevels:
 #
 # S: single user mode (no services at all)
 # 1: single user mode
--- a/dev/gcc/gcc.sh	Fri Jul 12 20:50:00 2019 +0200
+++ b/dev/gcc/gcc.sh	Fri Jul 12 20:51:00 2019 +0200
@@ -48,7 +48,7 @@
 	tar xvaf $PKGNAME-$PKGVERSION.tar.xz
 	pushd $PKGNAME-$PKGVERSION
 
-	# on vanilla we use /lib rather than /lib64.
+	# on Vanilla Linux we use /lib rather than /lib64.
 	sed -i -e '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
 	sed -i -e 's/lib64/lib/' gcc/config/i386/linux64.h