[Pkg-shadow-commits] r1311 - in upstream/trunk: . src

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat Oct 27 13:50:40 UTC 2007


Author: bubulle
Date: 2007-10-27 13:50:40 +0000 (Sat, 27 Oct 2007)
New Revision: 1311

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/su.c
Log:
Mention the GNU origin of some parts from su. Debian patch 438


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-10-27 13:45:39 UTC (rev 1310)
+++ upstream/trunk/ChangeLog	2007-10-27 13:50:40 UTC (rev 1311)
@@ -22,6 +22,8 @@
 	Imported from Debian's patch 402-clarify_usermod_usage
 	* man/shadow.5.xml: fix spelling error. Imported from Debian's
 	patch 433_shadow.5-typo_312430
+	* src/su.c: Be up front on the origin of su and mention the GNU
+	origin. Imported from Debian's patch 438_su_GNU_origin
 
 2007-10-27  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/src/su.c
===================================================================
--- upstream/trunk/src/su.c	2007-10-27 13:45:39 UTC (rev 1310)
+++ upstream/trunk/src/su.c	2007-10-27 13:50:40 UTC (rev 1311)
@@ -26,7 +26,25 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
+/* Some parts substantially derived from an ancestor of: */
+/* su for GNU.  Run a shell with substitute user and group IDs.
+   Copyright (C) 1992-2003 Free Software Foundation, Inc.
 
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
+
 #include <config.h>
 
 #ident "$Id: su.c,v 1.74 2006/08/01 10:30:02 kloczek Exp $"




More information about the Pkg-shadow-commits mailing list