diff options
author | kensmith <kensmith@FreeBSD.org> | 2005-01-30 21:10:52 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2005-01-30 21:10:52 +0000 |
commit | 4bd08bd2d324715dcd3c7651dd1b7cd856922930 (patch) | |
tree | d111b4cb403511aced514c2a276ff93770593d8e /release/ia64 | |
parent | eb606e3bff66a17c6e868c8e14f51043a6d0b044 (diff) | |
download | FreeBSD-src-4bd08bd2d324715dcd3c7651dd1b7cd856922930.zip FreeBSD-src-4bd08bd2d324715dcd3c7651dd1b7cd856922930.tar.gz |
The current version of mkisofs is warning us that the -P option will
be changing with the next version, and we should be using -publisher
instead.
Also warned by: trhodes
MFC after: 1 week
Diffstat (limited to 'release/ia64')
-rw-r--r-- | release/ia64/mkisoimages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ia64/mkisoimages.sh b/release/ia64/mkisoimages.sh index b4683d8..52a9f4a 100644 --- a/release/ia64/mkisoimages.sh +++ b/release/ia64/mkisoimages.sh @@ -91,6 +91,6 @@ fi publisher="The FreeBSD Project. http://www.freebsd.org/" -$MKISOFS $BOOTOPTS -r -J -V $LABEL -P "$publisher" -o $NAME $BASE $* +$MKISOFS $BOOTOPTS -r -J -V $LABEL -publisher "$publisher" -o $NAME $BASE $* rm -f $BASE/$EFIPART exit 0 |