Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168001029
D56708.id176775.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
806 B
Referenced Files
None
Subscribers
None
D56708.id176775.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D56708: Fix etcupdate diff with POSIXLY_CORRECT set, add option to list changes files
Attached
Detach File
Event Timeline
Log In to Comment