NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/31531 CVS commit: [netbsd-3] src/sbin/shutdown



The following reply was made to PR bin/31531; it has been noted by GNATS.

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/31531 CVS commit: [netbsd-3] src/sbin/shutdown
Date: Sat, 30 May 2009 06:45:39 +0000

 Module Name:   src
 Committed By:  snj
 Date:          Sat May 30 06:45:39 UTC 2009
 
 Modified Files:
        src/sbin/shutdown [netbsd-3]: Makefile shutdown.c
 
 Log Message:
 Pull up following revision(s) (requested by jnemeth in ticket #2019):
        sbin/shutdown/Makefile: revision 1.9
        sbin/shutdown/shutdown.c: revision 1.45-1.48
 Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
 programs that did not compile before.
 PR/31531: Takahiro Kambe: shutdown(8) quietly exit if execed from login shell
 - sprinkle static
 - pass WARNS=4 and lint
 - use size_t/time_t where appropriate
 - get/setprogname()
 - before executing rc.shutdown, set the real user id to 0, because shutdown
   scripts may depend on it (for example su depends on being root).
 - use warn instead of perror, and make sure we use the right errno.
 PR/36626 - Jukka Salmi -- fails to compile if DEBUG is defined
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.8.20.1 src/sbin/shutdown/Makefile
 cvs rdiff -u -r1.44 -r1.44.2.1 src/sbin/shutdown/shutdown.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index