diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-31 18:38:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-31 18:38:05 +0000 |
commit | 395d3406d2e0499a3a54eb876e839e8f4789577b (patch) | |
tree | bb563c6fb7f3f49eb2750434a7b1ba836205c969 /share/examples/worm | |
parent | 543e2b2cbe196d70a7fea70563d88b72faf9177e (diff) | |
download | FreeBSD-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-x | share/examples/worm/makecdfs.sh | 2 |
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 |