[PC-BSD Commits] r18530 - pcbsd/current/build-files/scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 21 11:54:26 PDT 2012
Author: kris
Date: 2012-08-21 18:54:26 +0000 (Tue, 21 Aug 2012)
New Revision: 18530
Modified:
pcbsd/current/build-files/scripts/rc-resizeusb
Log:
Update the copyright for the usb resize script
Modified: pcbsd/current/build-files/scripts/rc-resizeusb
===================================================================
--- pcbsd/current/build-files/scripts/rc-resizeusb 2012-08-21 18:51:02 UTC (rev 18529)
+++ pcbsd/current/build-files/scripts/rc-resizeusb 2012-08-21 18:54:26 UTC (rev 18530)
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2000-2004 The FreeBSD Project
+# Copyright (c) 2012 iXsystems ( Kris Moore)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -24,20 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# @(#)rc 5.27 (Berkeley) 6/5/91
-# $FreeBSD$
-#
-# System startup script run by init on autoboot
-# or after single-user.
-# Output and error are redirected to console by init,
-# and the console is the controlling terminal.
-
-# Note that almost all of the user-configurable behavior is no longer in
-# this file, but rather in /etc/defaults/rc.conf. Please check that file
-# first before contemplating any changes here. If you do need to change
-# this file for some reason, we would like to know about it.
-
stty status '^T'
# Set shell to ignore SIGINT (2), but not children;
More information about the Commits
mailing list