Page MenuHomeFreeBSD

D56708.id176775.diff
No OneTemporary

D56708.id176775.diff

Index: usr.sbin/etcupdate/etcupdate.sh
===================================================================
--- usr.sbin/etcupdate/etcupdate.sh
+++ usr.sbin/etcupdate/etcupdate.sh
@@ -531,9 +531,15 @@
echo
;;
$COMPARE_DIFFFILES)
+ if [ -n "$difflistonly" ]; then
+ echo
+ echo "Changed: $3"
+ echo
+ break;
+ fi
echo "Index: $3"
rule "="
- diff -u $diffargs -L "$3 ($4)" $1/$3 -L "$3 ($5)" $2/$3
+ diff -u $diffargs -L "$3 ($4)" -L "$3 ($5)" $1/$3 $2/$3
;;
esac
}
@@ -1791,11 +1797,15 @@
nobuild=
preworld=
noroot=
-while getopts "d:m:nprs:t:A:BD:FI:L:M:N" option; do
+difflistonly=
+while getopts "d:lm:nprs:t:A:BD:FI:L:M:N" option; do
case "$option" in
d)
WORKDIR=$OPTARG
;;
+ l)
+ difflistonly=YES
+ ;;
m)
MAKE_CMD=$OPTARG
;;

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 26, 8:45 PM (10 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37257324
Default Alt Text
D56708.id176775.diff (806 B)

Event Timeline