svn commit: r290291 - stable/10/usr.sbin/bsdinstall/scripts
Devin Teske
dteske at FreeBSD.org
Mon Nov 2 22:07:26 UTC 2015
Author: dteske
Date: Mon Nov 2 22:07:25 2015
New Revision: 290291
URL: https://svnweb.freebsd.org/changeset/base/290291
Log:
MFC r287689: Explicitly exit with success
Modified:
stable/10/usr.sbin/bsdinstall/scripts/keymap
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bsdinstall/scripts/keymap
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/keymap Mon Nov 2 22:06:44 2015 (r290290)
+++ stable/10/usr.sbin/bsdinstall/scripts/keymap Mon Nov 2 22:07:25 2015 (r290291)
@@ -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
@@ -231,6 +231,7 @@ while :; do
done
f_quietly f_keymap_kbdcontrol "$keymap"
+exit $SUCCESS
################################################################################
# END
More information about the svn-src-stable-10
mailing list