[Pkg-shadow-commits] sid/debian add-shell.8,NONE,1.1 cpgr.8,NONE,1.1 cppw.8,NONE,1.1 remove-shell.8,NONE,1.1 changelog,1.25,1.26 rules,1.4,1.5

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Sun, 08 May 2005 12:11:15 +0000


Update of /cvsroot/pkg-shadow/sid/debian
In directory haydn:/tmp/cvs-serv4153

Modified Files:
	changelog rules 
Added Files:
	add-shell.8 cpgr.8 cppw.8 remove-shell.8 
Log Message:
Add man pages for Debian specific utilities (moved from 402 patch)
Re-sort entries in changelog and prepare the upload of -33


--- NEW FILE: cppw.8 ---
.TH CPPW 8 "7 Apr 2005"
.SH NAME
cppw, cpgr \- copy with locking the given file to the password or group file
.SH SYNOPSIS
\fBcppw\fR [\fB\-h\fR] [\fB\-s\fR] password_file
.br
\fBcpgr\fR [\fB\-h\fR] [\fB\-s\fR] group_file

.SH DESCRIPTION
.BR cppw " and " cpgr
will copy, with locking, the given file to
.IR /etc/passwd " and " /etc/group ", respectively."
With the \fB\-s\fR flag, they will edit the shadow versions of those files,
.IR /etc/shadow " and " /etc/gshadow ", respectively."

With the \fB\-h\fR flag, the commands display a short help message and exit
silently.
.SH "SEE ALSO"
.BR vipw (8),
.BR vigr (8),
.BR group (5),
.BR passwd (5),
.BR shadow (5),
.BR gshadow (5)
.SH AUTHOR
\fBcppw\fR and \fBcpgr\fR were written by Stephen Frost, based on
\fBvipw\fR and \fBvigr\fR written by Guy Maor.

Index: rules
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rules	5 May 2005 07:46:39 -0000	1.4
+++ rules	8 May 2005 12:11:13 -0000	1.5
@@ -107,6 +107,10 @@
 	install -c -m 555 debian/shadowconfig.sh debian/passwd/sbin/shadowconfig
 	install -c -m 555 debian/add-shell.sh debian/passwd/usr/sbin/add-shell
 	install -c -m 555 debian/remove-shell.sh debian/passwd/usr/sbin/remove-shell
+	install -c -m 444 debian/add-shell.8 debian/passwd/usr/share/man/man8
+	install -c -m 444 debian/remove-shell.8 debian/passwd/usr/share/man/man8
+	install -c -m 444 debian/cpgr.8 debian/passwd/usr/share/man/man8
+	install -c -m 444 debian/cppw.8 debian/passwd/usr/share/man/man8
 	# Lintian overrides files
 	install -c -m 444  debian/login.lintian-overrides debian/login/usr/share/lintian/overrides/login
 	install -c -m 444  debian/passwd.lintian-overrides debian/passwd/usr/share/lintian/overrides/passwd

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/changelog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- changelog	8 May 2005 10:58:35 -0000	1.25
+++ changelog	8 May 2005 12:11:13 -0000	1.26
@@ -1,10 +1,16 @@
-shadow (1:4.0.3-33) UNRELEASED; urgency=low
+shadow (1:4.0.3-33) UNRELEASED; urgency=high
 
+  * The "Don't believe lintian blindly" release
+  * Urgency left to low because RC bug fixed but we leave priority
+    to sarge-targeted work
   * Debian packaging fixes:
     - Remove CVS id tag from the supplied login.defs file
       Closes: #308019
     - revert dependency on debconf which would make it required
       Closes: #308145
+    - Add the missing add-shell, remove-shell, cppw and cpgr
+      (Debian specific) man pages
+      Closes: #162241
   * Upstream bugs already fixed in upstream's 4.0.8:
     - 313_pam_access_with_preauth:
       - allow PAM account authorization when preauthenticated
@@ -26,10 +32,6 @@
     - 323_passwd.1-typo: 
       - correct a typo in passwd(1) man page. Closes: #302740
   * Debian specific programs fixes:
-    - 402_missing_debian_man_pages
-      - Add the missing add-shell, remove-shell, cppw and cpgr
-        (Debian specific) man pages
-        Closes: #162241
 
  -- Christian Perrier <bubulle@debian.org>  Tue,  3 May 2005 11:53:12 +0200
 

--- NEW FILE: remove-shell.8 ---
.TH REMOVE-SHELL 8 "7 Apr 2005"
.SH NAME
remove-shell \- remove shells from the list of valid login shells
.SH SYNOPSIS
.B  remove-shell
.I  shellname
.RI [ shellname ...]
.SH DESCRIPTION
.B remove-shell
operates on the temporary files \fI/etc/shells.tmp\fR and
\fI/etc/shells.tmp2\fR to remove the given shells from the list of valid
login shells, and copy the result back to \fI/etc/shells\fR.
.SH "SEE ALSO"
.BR shells (5)

--- NEW FILE: add-shell.8 ---
.TH ADD-SHELL 8 "7 Apr 2005"
.SH NAME
add-shell \- add shells to the list of valid login shells
.SH SYNOPSIS
.B  add-shell
.I  shellname
.RI [ shellname ...]
.SH DESCRIPTION
.B add-shell
copy \fI/etc/shells\fR to \fI/etc/shells.tmp\fR, add the given shells to
this file if they are not already present, and copy this temporary file
back to \fI/etc/shells\fR.

The shells must be provided by their full pathnames.
.SH "SEE ALSO"
.BR shells (5)

--- NEW FILE: cpgr.8 ---
.so man8/cppw.8