svn commit: r287688 - head/usr.sbin/bsdinstall/scripts

Devin Teske dteske at FreeBSD.org
Fri Sep 11 20:59:14 UTC 2015


Author: dteske
Date: Fri Sep 11 20:59:13 2015
New Revision: 287688
URL: https://svnweb.freebsd.org/changeset/base/287688

Log:
  Explicitly exit with success
  
  MFC after:	3 days
  X-MFC-to:	stable/10

Modified:
  head/usr.sbin/bsdinstall/scripts/jail

Modified: head/usr.sbin/bsdinstall/scripts/jail
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/jail	Fri Sep 11 20:58:00 2015	(r287687)
+++ head/usr.sbin/bsdinstall/scripts/jail	Fri Sep 11 20:59:13 2015	(r287688)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #-
 # Copyright (c) 2011 Nathan Whitehorn
-# Copyright (c) 2013 Devin Teske
+# Copyright (c) 2013-2015 Devin Teske
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -125,6 +125,7 @@ cp /etc/localtime $1/etc
 bsdinstall entropy
 
 f_dprintf "Installation Completed at %s" "$(date)"
+exit $SUCCESS
 
 ################################################################################
 # END


More information about the svn-src-head mailing list