Page MenuHomeFreeBSD

D48576.diff
No OneTemporary

D48576.diff

diff --git a/usr.sbin/etcupdate/etcupdate.sh b/usr.sbin/etcupdate/etcupdate.sh
--- a/usr.sbin/etcupdate/etcupdate.sh
+++ b/usr.sbin/etcupdate/etcupdate.sh
@@ -1611,6 +1611,9 @@
# Initialize conflicts and warnings handling.
rm -f $WARNINGS
mkdir -p $CONFLICTS
+ if ! chmod 0700 ${CONFLICTS}; then
+ panic "Unable to set permissions on conflicts directory"
+ fi
# Ignore removed files for the pre-world case. A pre-world
# update uses a stripped-down tree.

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 24, 2:11 PM (14 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16031367
Default Alt Text
D48576.diff (470 B)

Event Timeline