]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- fix manual: telinit(8) is in init(8), not halt(8)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Dec 2000 12:51:55 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SysVinit.spec -> 1.62

SysVinit.spec

index 5d85d3d4592c4b7b4a00f5304b2b8ee0e27ecf2e..d8698138ebabd87aed86f7616463ba6c9e8132fe 100644 (file)
@@ -95,7 +95,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man8/telinit.8
 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/reboot.8
 
 echo .so halt.8 > $RPM_BUILD_ROOT%{_mandir}/man8/reboot.8
-echo .so halt.8 > $RPM_BUILD_ROOT%{_mandir}/man8/telinit.8
+echo .so init.8 > $RPM_BUILD_ROOT%{_mandir}/man8/telinit.8
 echo .so halt.8 > $RPM_BUILD_ROOT%{_mandir}/man8/poweroff.8
 echo .so last.1 > $RPM_BUILD_ROOT%{_mandir}/man1/lastb.1
 
This page took 0.100578 seconds and 4 git commands to generate.