Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153297084
D34674.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
586 B
Referenced Files
None
Subscribers
None
D34674.diff
View Options
Index: usr.sbin/etcupdate/etcupdate.sh
===================================================================
--- usr.sbin/etcupdate/etcupdate.sh
+++ usr.sbin/etcupdate/etcupdate.sh
@@ -849,8 +849,8 @@
# the conflicts directory.
if [ -z "$dryrun" ]; then
install_dirs $NEWTREE $CONFLICTS $1
- log "diff3 -m -A ${DESTDIR}$1 ${CONFLICTS}$1"
- diff3 -m -A -L "yours" -L "original" -L "new" \
+ log "diff3 -m ${DESTDIR}$1 ${CONFLICTS}$1"
+ diff3 -m -L "yours" -L "original" -L "new" \
${DESTDIR}$1 ${OLDTREE}$1 ${NEWTREE}$1 > \
${CONFLICTS}$1
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 7:55 AM (5 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31898123
Default Alt Text
D34674.diff (586 B)
Attached To
Mode
D34674: etcupdate: remove redundant diff3 flag
Attached
Detach File
Event Timeline
Log In to Comment