diff core/rc/rc.sh @ 585:75c8521c9b7a

core/rc: add initial documentation
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:30:00 +0200
parents ddb052f876cd
children b8fa19b6a221
line wrap: on
line diff
--- a/core/rc/rc.sh	Mon Jul 08 20:27:00 2019 +0200
+++ b/core/rc/rc.sh	Mon Jul 08 20:30:00 2019 +0200
@@ -16,7 +16,7 @@
 #
 
 PKGNAME=rc
-PKGVERSION=0.1
+PKGVERSION=0.2
 PKGREVISION=1
 PKGLICENSE="ISC"
 PKGSUMMARY="vanilla init scripts"
@@ -31,4 +31,6 @@
 	install -Dm0755 rc.init $DESTDIR/etc/rc.init
 	install -Dm0755 rc.shutdown $DESTDIR/etc/rc.shutdown
 	install -Dm0755 rc.start $DESTDIR/etc/rc.start
+	install -Dm0755 rc.conf.5 $DESTDIR/share/man/man5/rc.conf.5
+	install -Dm0755 rc.7 $DESTDIR/share/man/man7/rc.7
 }