aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@volny.cz>2006-01-19 16:32:08 +0000
committerMiloslav Trmac <mitr@volny.cz>2006-01-19 16:32:08 +0000
commita4d0e63d990ec76c1afdc87216e29519671b3581 (patch)
tree8e7db424ce5060487efd0442202802334938a954 /Makefile
parent896ee821f3827f65a5824d3bb8c054b348306102 (diff)
downloadinitscripts-a4d0e63d990ec76c1afdc87216e29519671b3581.tar
initscripts-a4d0e63d990ec76c1afdc87216e29519671b3581.tar.gz
initscripts-a4d0e63d990ec76c1afdc87216e29519671b3581.tar.bz2
initscripts-a4d0e63d990ec76c1afdc87216e29519671b3581.tar.xz
initscripts-a4d0e63d990ec76c1afdc87216e29519671b3581.zip
Add service(8) man page (#44857).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e510d7bc..eaddff49 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ install:
install -m755 service setsysfont $(ROOT)/sbin
install -m755 lang.csh lang.sh $(ROOT)/etc/profile.d
install -m755 sys-unconfig $(ROOT)/usr/sbin
- install -m644 sys-unconfig.8 $(ROOT)$(mandir)/man8
+ install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8
install -m644 sysctl.conf $(ROOT)/etc/sysctl.conf
if uname -m | grep -q sparc ; then \
install -m644 sysctl.conf.sparc $(ROOT)/etc/sysctl.conf ; fi