diff options
author | Steve Langasek <vorlon@debian.org> | 2011-10-30 14:39:11 -0400 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:47 -0800 |
commit | 336cc6613a41b1503e658ae2158caaf7e9a87688 (patch) | |
tree | a1fcc68ae525860f9f0dd7842ed4c8ed54af78e7 /debian/libpam0g.templates | |
parent | e574b31229426d7aa4e35ca9afbc2704e06cff5f (diff) | |
download | pam-336cc6613a41b1503e658ae2158caaf7e9a87688.tar.gz pam-336cc6613a41b1503e658ae2158caaf7e9a87688.tar.bz2 pam-336cc6613a41b1503e658ae2158caaf7e9a87688.zip |
debian/libpam0g.templates, debian/libpam0g.postinst: add a new question,
libraries/restart-without-asking, that allows admins to accept the
service restarts once for all so that they don't have to repeatedly
say "ok". LP: #745004.
Diffstat (limited to 'debian/libpam0g.templates')
-rw-r--r-- | debian/libpam0g.templates | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/libpam0g.templates b/debian/libpam0g.templates index f3291f45..64a616ac 100644 --- a/debian/libpam0g.templates +++ b/debian/libpam0g.templates @@ -24,3 +24,15 @@ _Description: Failure restarting some services for PAM upgrade . You will need to start these manually by running '/etc/init.d/<service> start'. + +Template: libraries/restart-without-asking +Type: boolean +Default: false +_Description: Restart services during package upgrades without asking? + There are services installed on your system which need to be restarted + when certain libraries, such as libpam, libc, and libssl, are upgraded. + Since these restarts may cause interruptions of service for the system, + you will normally be prompted on each upgrade for the list of services + you wish to restart. You can choose this option to avoid being prompted; + instead, all necessary restarts will be done for you automatically so you + can avoid being asked questions on each library upgrade. |