bin/169127: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Aug 1 09:20:07 UTC 2012


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/169127: commit references a PR
Date: Wed,  1 Aug 2012 09:10:33 +0000 (UTC)

 Author: des
 Date: Wed Aug  1 09:10:21 2012
 New Revision: 238968
 URL: http://svn.freebsd.org/changeset/base/238968
 
 Log:
   Restore a piece of BSD history.
   
   PR:		169127
   Submitted by:	Ruben de Groot <ruben at hacktor.com>
   MFC after:	1 week
 
 Modified:
   head/sbin/shutdown/shutdown.c
 
 Modified: head/sbin/shutdown/shutdown.c
 ==============================================================================
 --- head/sbin/shutdown/shutdown.c	Wed Aug  1 09:00:26 2012	(r238967)
 +++ head/sbin/shutdown/shutdown.c	Wed Aug  1 09:10:21 2012	(r238968)
 @@ -93,7 +93,7 @@ static char mbuf[BUFSIZ];
  static const char *nosync, *whom;
  
  static void badtime(void);
 -static void perform_shutdown(void);
 +static void die_you_gravy_sucking_pig_dog(void);
  static void finish(int);
  static void getoffset(char *);
  static void loop(void);
 @@ -282,7 +282,7 @@ loop(void)
  		if (!tp->timeleft)
  			break;
  	}
 -	perform_shutdown();
 +	die_you_gravy_sucking_pig_dog();
  }
  
  static jmp_buf alarmbuf;
 @@ -349,7 +349,7 @@ timeout(int signo __unused)
  }
  
  static void
 -perform_shutdown(void)
 +die_you_gravy_sucking_pig_dog(void)
  {
  	char *empty_environ[] = { NULL };
  
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list