aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2004-11-16 04:14:28 +0000
committerWes Peters <wes@FreeBSD.org>2004-11-16 04:14:28 +0000
commitc1c740a8b10756881bb42031d3680b8fee593a7a (patch)
treed09ccc3c896ead920af458e0a65e44cd012bb134 /etc
parent826a7f03c59afcd221c96a629f4a360de41a9b0e (diff)
downloadsrc-c1c740a8b10756881bb42031d3680b8fee593a7a.tar.gz
src-c1c740a8b10756881bb42031d3680b8fee593a7a.zip
Shutup debugging output.
Notes
Notes: svn path=/head/; revision=137761
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/ramdisk-own1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/ramdisk-own b/etc/rc.d/ramdisk-own
index f1fe11038ebd..2e2017cc90a8 100644
--- a/etc/rc.d/ramdisk-own
+++ b/etc/rc.d/ramdisk-own
@@ -39,7 +39,6 @@ start_cmd="ramdisk_own_start"
ramdisk_own_start()
{
-set -x
for unit in $ramdisk_units; do
device="/dev/md$unit"
dir=`mount | grep $device | cut -d' ' -f3`