aboutsummaryrefslogtreecommitdiff
path: root/debian/libpam0g.templates
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2024-02-29 09:10:47 -0700
committerSam Hartman <hartmans@debian.org>2024-02-29 09:10:47 -0700
commit402c9e7b909df6729e3b0c87a44b53729c4421ef (patch)
tree8ee8420ddc552d69336b4e0c06d4c697d6e6a19c /debian/libpam0g.templates
parent529fd7d80cabd6c20949feddbef2215e6c9f5b0a (diff)
downloadpam-402c9e7b909df6729e3b0c87a44b53729c4421ef.tar.gz
pam-402c9e7b909df6729e3b0c87a44b53729c4421ef.tar.bz2
pam-402c9e7b909df6729e3b0c87a44b53729c4421ef.zip
Revert renaming libpam0g to libpam0t64 for time_t transition: apt
sometimes removess libpam0g rather than simply letting libpam0t64 replace libpam0g (and deconfiguring libpam0g), leaving a system where essential packages are broken, Closes: #1065017 This reverts commit f8b66079e991a07d5c708aacfe8ddb2f164b5ef9.
Diffstat (limited to 'debian/libpam0g.templates')
-rw-r--r--debian/libpam0g.templates38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/libpam0g.templates b/debian/libpam0g.templates
new file mode 100644
index 00000000..2ea4bca7
--- /dev/null
+++ b/debian/libpam0g.templates
@@ -0,0 +1,38 @@
+Template: libpam0g/restart-services
+Type: string
+_Description: Services to restart for PAM library upgrade:
+ Most services that use PAM need to be restarted to use modules built for
+ this new version of libpam. Please review the following space-separated
+ list of services to be restarted now, and correct it
+ if needed.
+
+Template: libpam0g/xdm-needs-restart
+Type: error
+_Description: Display manager must be restarted manually
+ The wdm and xdm display managers require a restart for the new version of
+ libpam, but there are X login sessions active on your system that would be
+ terminated by this restart. You will therefore need to restart these
+ services by hand before further X logins will be possible.
+
+Template: libpam0g/restart-failed
+Type: error
+#flag:translate!:3
+_Description: Failure restarting some services for PAM upgrade
+ The following services could not be restarted for the PAM library upgrade:
+ .
+ ${services}
+ .
+ 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.