[Pkg-shadow-devel] Bug#385170: asks about untouched /etc/login.defs when upgrading

Tormod Volden debian.tormod at gmail.com
Sat May 12 08:21:46 UTC 2007


Package: login
Version: 1:4.0.18.1-8
Followup-For: Bug #385170

When I upgraded from testing to unstable today (upgrade login 1:4.0.18.1-7 1:4.0.18.1-8) I got the 
question about what to do with /etc/login.defs. I have never touched that file, so there should be no 
reason for asking. See attached diff.

(The same happened in Ubuntu when upgrading from Edgy to Feisty: 
https://bugs.launchpad.net/bugs/18570)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages login depends on:
ii  libc6                         2.5-7      GNU C Library: Shared libraries
ii  libpam-modules                0.79-4     Pluggable Authentication Modules f
ii  libpam-runtime                0.79-4     Runtime support for the PAM librar
ii  libpam0g                      0.79-4     Pluggable Authentication Modules l

login recommends no packages.

-- no debconf information
-------------- next part --------------
--- /etc/login.defs	2007-05-08 21:51:47.000000000 +0200
+++ /etc/login.defs.dpkg-new	2007-05-07 18:41:29.000000000 +0200
@@ -32,7 +32,7 @@
 # This is a temporary situation: setting these variables will soon
 # move to /etc/default/useradd and the variables will then be
 # no more supported
-MAIL_DIR /var/mail
+MAIL_DIR        /var/mail
 #MAIL_FILE      .mail
 
 #
@@ -99,8 +99,8 @@ HUSHLOGIN_FILE	.hushlogin
 # *REQUIRED*  The default PATH settings, for superuser and normal users.
 #
 # (they are minimal, add the rest in the shell startup files)
-ENV_SUPATH	PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
-ENV_PATH	PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
+ENV_SUPATH	PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ENV_PATH	PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
 
 #
 # Terminal permissions
@@ -167,21 +167,21 @@ KILLCHAR	025
 #	PASS_MIN_DAYS	Minimum number of days allowed between password changes.
 #	PASS_WARN_AGE	Number of days warning given before a password expires.
 #
-PASS_MAX_DAYS 99999
-PASS_MIN_DAYS 0
-PASS_WARN_AGE 7
+PASS_MAX_DAYS	99999
+PASS_MIN_DAYS	0
+PASS_WARN_AGE	7
 
 #
 # Min/max values for automatic uid selection in useradd
 #
-UID_MIN 1000
-UID_MAX 60000
+UID_MIN			 1000
+UID_MAX			60000
 
 #
 # Min/max values for automatic gid selection in groupadd
 #
-GID_MIN 100
-GID_MAX 60000
+GID_MIN			  100
+GID_MAX			60000
 
 #
 # Max number of login retries if password is bad. This will most likely be


More information about the Pkg-shadow-devel mailing list