svn commit: r290292 - stable/10/usr.sbin/bsdinstall/scripts
Devin Teske
dteske at FreeBSD.org
Mon Nov 2 22:08:13 UTC 2015
Author: dteske
Date: Mon Nov 2 22:08:11 2015
New Revision: 290292
URL: https://svnweb.freebsd.org/changeset/base/290292
Log:
MFC r287688: Explicitly exit with success
Modified:
stable/10/usr.sbin/bsdinstall/scripts/jail
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bsdinstall/scripts/jail
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/jail Mon Nov 2 22:07:25 2015 (r290291)
+++ stable/10/usr.sbin/bsdinstall/scripts/jail Mon Nov 2 22:08:11 2015 (r290292)
@@ -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-stable
mailing list