]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.sysconfig
- require coreutils for postrans and don't check for programs that must
[packages/rpm.git] / rpm.sysconfig
index 00e8997c76a4b3238f433b15b8dd350bf3e51dd8..d370d97edb870e148af0d0ea2a2b54fba7e8bfe1 100644 (file)
@@ -1,7 +1,6 @@
 # This file is intended for setting rpm options that cannot be set as macros
 #
-# NOTE:
-#      At this moment only few packages use this features.
+# NOTE: some packages might not use these features.
 
 # How verbose the .rpm scripts/triggers should be?
 RPM_SCRIPTVERBOSITY=5
@@ -14,13 +13,14 @@ RPM_USERDEL=yes
 # /etc/sysconfig/SERVICE
 #RPM_SKIP_AUTO_RESTART=yes
 
-# Should package upgrades activate SysV service?
+# Should package upgrades enable SysV service?
 # You don't want to disable this unless you're planning to fully
-# migrate to systemd or want serviceles system.
-RPM_ACTIVATE_SYSV_SERVICE=yes
+# migrate to systemd or want serviceless system.
+RPM_ENABLE_SYSV_SERVICE=yes
 
-# Should package upgrades activate systemd service?
+# Should package upgrades enable systemd service?
 # This means migrating init scripts from SysV to systemd.
-# If you disable this, systemd units will not be enabled for newly
-# installed/upgraded services
-RPM_ACTIVATE_SYSTEMD_SERVICE=yes
+# If you disable this, systemd units will not be enabled for
+# upgraded services. Newly installed packages will still have
+# systemd services enabled.
+RPM_ENABLE_SYSTEMD_SERVICE=yes
This page took 0.165245 seconds and 4 git commands to generate.