[firstboot/f14/master] * Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-1 - don't enable the legacy sysv servi

Adam Williamson adamwill at fedoraproject.org
Wed Aug 11 00:06:24 UTC 2010


commit 5f6f6699f39ddb19181b2cb09cfffb947d0a46d7
Author: Adam Williamson <adamwill at shaw.ca>
Date:   Tue Aug 10 17:06:23 2010 -0700

    * Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-1
    - don't enable the legacy sysv service on install

 firstboot.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/firstboot.spec b/firstboot.spec
index 755e72a..971fc6f 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -4,7 +4,7 @@ Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
 Version: 1.112
-Release: 1%{?dist}
+Release: 2%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -49,7 +49,6 @@ rm -rf %{buildroot}
 
 %post
 if ! [ -f /etc/sysconfig/firstboot ]; then
-  chkconfig --add firstboot
   systemctl enable firstboot-text.service >/dev/null 2>&1 || :
   systemctl enable firstboot-graphical.service >/dev/null 2>&1 || :
 fi
@@ -81,6 +80,9 @@ fi
 /lib/systemd/system/firstboot-graphical.service
 
 %changelog
+* Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-1
+- don't enable the legacy sysv service on install
+
 * Tue Aug 10 2010 Martin Gracik <mgracik at redhat.com> 1.112-1
 - Add systemd support (adamw)
 - Translation updates


More information about the scm-commits mailing list