summaryrefslogtreecommitdiffstats
path: root/share/examples/worm
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-31 18:38:05 +0000
committerobrien <obrien@FreeBSD.org>2001-03-31 18:38:05 +0000
commit395d3406d2e0499a3a54eb876e839e8f4789577b (patch)
treebb563c6fb7f3f49eb2750434a7b1ba836205c969 /share/examples/worm
parent543e2b2cbe196d70a7fea70563d88b72faf9177e (diff)
downloadFreeBSD-src-395d3406d2e0499a3a54eb876e839e8f4789577b.zip
FreeBSD-src-395d3406d2e0499a3a54eb876e839e8f4789577b.tar.gz
Use -r rather than -R to get "reasonable permissions and ownership".
Diffstat (limited to 'share/examples/worm')
-rwxr-xr-xshare/examples/worm/makecdfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/worm/makecdfs.sh b/share/examples/worm/makecdfs.sh
index 95e53c5..91a232a 100755
--- a/share/examples/worm/makecdfs.sh
+++ b/share/examples/worm/makecdfs.sh
@@ -25,5 +25,5 @@ else
tree=$1; shift
outfile=$1; shift
copyright="$*"
- mkisofs $bootable -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
+ mkisofs $bootable -d -N -D -r -T -V "$title" -P "$copyright" -o $outfile $tree
fi
OpenPOWER on IntegriCloud