[upstart] Rename init(8) to upstart(7) (#644249)

Petr Lautrbach plautrba at fedoraproject.org
Thu Oct 21 15:45:20 UTC 2010


commit f420835c3edc467e38f1b7825b6bf95735dc4d88
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Tue Oct 19 12:14:51 2010 +0200

    Rename init(8) to upstart(7) (#644249)

 upstart.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/upstart.spec b/upstart.spec
index 2b61828..5897ee9 100644
--- a/upstart.spec
+++ b/upstart.spec
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.6.5
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
@@ -81,6 +81,8 @@ ln -sf ../lib/upstart/runlevel %{buildroot}/sbin/runlevel
 ln -sf ../lib/upstart/shutdown %{buildroot}/sbin/shutdown
 ln -sf ../lib/upstart/telinit %{buildroot}/sbin/telinit
 %endif
+# Rename init.8.gz to upstart.7.gz (#644249)
+mv %{buildroot}/%{_mandir}/man8/init.8 %{buildroot}/%{_mandir}/man7/upstart.7
 # Remove these files due the conflicts with systemd
 rm -f %{buildroot}/%{_mandir}/man8/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}.*
 
@@ -171,6 +173,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Oct 19 2010 Petr Lautrbach <plautrba at redhat.com> 0.6.5-13
+- Rename init(8) to upstart(7) (#644249)
+
 * Thu Oct 14 2010 Petr Lautrbach <plautrba at redhat.com> 0.6.5-12
 - Disable -sysvinit to avoid conflicts with systemd (#635323)
 


More information about the scm-commits mailing list