i.minorperm_i386 revision 9acbbeaf2a1ffe5c14b244867d427714fab43c5c
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#!/bin/sh
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User#
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# The contents of this file are subject to the terms of the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Common Development and Distribution License (the "License").
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You may not use this file except in compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# or http://www.opensolaris.org/os/licensing.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and limitations under the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# When distributing Covered Code, include this CDDL HEADER in each
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below this CDDL HEADER, with the
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#ident "%Z%%M% %I% %E% SMI"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# NOTE: When a change is made to the source file for
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews# /etc/minor_perm, a corresponding change must be made to
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# this class-action script.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# - If an existing entry in minor_perm is having its
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# attributes e.g. permissions, ownership changed,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# add it to the list produced by make_chattr_list below.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# - If an existing entry must be deleted, add it to
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# the list produced by make_delete_list below.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# - If a new entry must be added to the file, add it to the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# list produced by make_add_list.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews# - If a new entry is being added to minor_perm, but there
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# may already be devices of that name on the system (e.g.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# we used the system default permissions in a previous release),
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and those old devices now need to have their attributes changed,
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# add it to the make_chattr_list AND the make_add_list lists
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User#
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User#
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# If an entry in /etc/minor_perm needs to have its attributes
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# changed, identify the entry in the list copied to /etc/chattr.$$
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# by this function. The fields are:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# <device>:<minor> <old_attrs> <new_attrs> <optional list of logical
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# devices whose attributes
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# will need to be changed>
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# where an <attribute list> := <perm> <user> <group>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews# NOTE: this list should also contain entries for nodes that previously
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# were not in /etc/minor_perm (which means the default mode of 600,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# owner/group == root/sys), but now have an entry
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinmake_chattr_list()
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein{
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrewscat > /tmp/chattr.$$ << EOF
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinvol:volctl 0600 root sys 0666 root sys /dev/volctl
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:llc1 0600 root sys 0666 root sys /dev/llc1
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:sound,sbpro 0666 root sys 0600 root sys /dev/sound/*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinsbpro:* 0666 root sys 0600 root sys /dev/sound/*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinlog:conslog 0620 root sys 0666 root sys /dev/conslog
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinsy:tty 0666 root sys 0666 root tty /dev/tty
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox Usericmp:icmp 0600 root sys 0666 root sys /dev/rawip
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinicmp6:icmp6 0600 root sys 0666 root sys /dev/rawip6
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrewsip:ip 0660 root sys 0666 root sys /dev/ip
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinip6:ip6 0660 root sys 0666 root sys /dev/ip6
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinrts:rts 0660 root sys 0666 root sys /dev/rts
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinkeysock:keysock 0600 root sys 0666 root sys /dev/keysock
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinipsecah:ipsecah 0600 root sys 0666 root sys /dev/ipsecah
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinipsecesp:ipsecesp 0600 root sys 0666 root sys /dev/ipsecesp
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinspdsock:spdsock 0600 root sys 0666 root sys /dev/spdsock
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinsad:admin 0600 root sys 0666 root sys /dev/sad/admin
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinfssnap:ctl 0600 root sys 0666 root sys /dev/fssnapctl
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox Userfssnap:* 0600 root sys 0640 root sys /dev/fssnap/*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:dnet 0600 root sys 0666 root sys /dev/dnet
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeindnet:* 0600 root sys 0666 root sys /dev/dnet*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:elxl 0600 root sys 0666 root sys /dev/elxl
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinelxl:* 0600 root sys 0666 root sys /dev/elxl*
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrewsclone:iprb 0600 root sys 0666 root sys /dev/iprb
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeiniprb:* 0600 root sys 0666 root sys /dev/iprb*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:pcelx 0600 root sys 0666 root sys /dev/pcelx
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinpcelx:* 0600 root sys 0666 root sys /dev/pcelx*
12351e0500dff39f56844401fd191a36bcc4a7adMark Andrewsclone:spwr 0600 root sys 0666 root sys /dev/spwr
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinspwr:* 0600 root sys 0666 root sys /dev/spwr*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeincpc:* 0600 root sys 0666 root sys /devices/pseudo/cpc*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinipf:* 0600 root sys 0666 root sys /dev/ipf
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinpfil:* 0600 root sys 0666 root sys /dev/pfil
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinscsi_vhci:devctl 0600 root sys 0666 root sys /devices/scsi_vhci:devctl
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinfbt:fbt 0600 root sys 0644 root sys /dev/dtrace/provider/fbt
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinlockstat:* 0600 root sys 0644 root sys /dev/dtrace/provider/lockstat
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinprofile:profile 0600 root sys 0644 root sys /dev/dtrace/provider/profile
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinsdt:sdt 0600 root sys 0644 root sys /dev/dtrace/provider/sdt
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinsystrace:systrace 0600 root sys 0644 root sys /dev/dtrace/provider/systrace
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinEOF
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein}
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If an entry in /etc/minor_perm needs to be deleted, identify
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# the entry in the list copied to /etc/delete.$$ by this function.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The fields are:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# <device>:<minor> <optional list of logical devices to be deleted>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinmake_delete_list()
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein{
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeincat > /tmp/delete.$$ << EOF
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinrip:rawip
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinconsfb:consfb
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:el
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:elx
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:sle
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:sie
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox Userclone:sp
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:ip
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrewsclone:icmp
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:udp
a1ad6695ed6f988406cf155aa26376f84f73bcb9Automatic Updaterclone:tcp
a1ad6695ed6f988406cf155aa26376f84f73bcb9Automatic Updaterclone:rts
a1ad6695ed6f988406cf155aa26376f84f73bcb9Automatic Updaterclone:arp
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:ipsecah
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:ipsecesp
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:keysock
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:smc
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:tr
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinelx:*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinwin:*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeincmtp:*
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinprofile:profile
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinEOF
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein}
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If an entry needs to be added to /etc/minor_perm, add the first
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# field of the entry to the list created by this function. The
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# remainder of the entry will be extracted from the /etc/minor_perm
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# in the package being installed, so it is not necessary to supply
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# it here.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinmake_add_list()
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein{
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeincat > /tmp/add.$$ << EOF
30c0c7470d5bfabd8f43c563f4eca636d06cc484Tinderbox Uservol:volctl
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinclone:llc1
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeintnf:tnfctl
tnf:tnfmap
st:*
pm:*
devinfo:devinfo
i2o_bs:*
openeepr:openprom
wc:*
ip:ip
ip6:ip6
icmp:icmp
icmp6:icmp6
udp:udp
udp6:udp6
tcp:tcp
tcp6:tcp6
rts:rts
arp:arp
poll:*
pool:pool
pool:poolctl
cpc:shared
sysmsg:msglog
sysmsg:sysmsg
ipsecah:ipsecah
ipsecesp:ipsecesp
keysock:keysock
spdsock:spdsock
devinfo:devinfo,ro
lofi:*
lofi:ctl
sgen:*
fssnap:*
fssnap:ctl
rsm:*
random:*
mm:allkmem
clone:dnet
dnet:*
clone:elxl
elxl:*
clone:ibd
ibd:*
clone:iprb
iprb:*
clone:pcelx
pcelx:*
clone:spwr
spwr:*
sysevent:*
ramdisk:*
ramdisk:ctl
cryptoadm:cryptoadm
crypto:crypto
dtrace:*
fasttrap:fasttrap
ipf:*
pfil:*
bl:*
sctp:*
sctp6:*
vni:*
cpuid:self
clone:bge
bge:*
bmc:bmc
dld:*
aggr:*
smbios:smbios
zfs:*
zfs:zfs
scsi_vhci:*
kssl:*
fbt:fbt
profile:profile
sdt:sdt
systrace:systrace
lx_ptm:lx_ptmajor
lx_systrace:*
EOF
}
PATH="/sbin:/usr/sbin:/usr/bin:/usr/sadm/install/bin"
export PATH
# Internal routine to create a sed script which can be used to
# escape all shell globbing metacharacters in a path.
create_esc_sedscript()
{
cat > /tmp/esc.sed.$$ << EOF
s/\*/\\\\*/g
s/\?/\\\\?/g
s/\[/\\\\[/g
s/\]/\\\\]/g
EOF
}
# Internal routine to convert an entry in a /tmp/chwhatever.$$ file to
# an appropriately escaped pattern which can be used to grep into minor_perm.
entry2pattern()
{
# the first argument is the 'key' field from the change file.
# entries can contain shell globbing characters to match
# several devices - hence all the palaver below.
printf '%s' `echo "$1" | sed \
-e 's/\*/\\\\*/g' -e 's/\?/\\\\?/g' \
-e 's/\./\\\\./g' -e 's/\[/\\\\[/g' \
-e 's/\]/\\\\]/g'`
shift
# the remaining optional arguments are tokens separated by white-space
if [ $# = 0 ] ; then
printf '[ \t]'
else
while [ -n "$1" ]
do
printf '[ \t][ \t]*%s' $1
shift
done
printf '[ \t]*$'
fi
}
while read src dest
do
if [ ! -f $dest ] ; then
cp $src $dest
else
rm -f /tmp/*.$$
create_esc_sedscript
make_chattr_list
make_delete_list
make_add_list
#
# Process the list of devices whose attributes are to be
# changed. Find those that actually need to be
# applied to the file. For each change that needs
# to be applied, add an entry for it to the sed
# script that will eventually be applied to the
# currently-installed /etc/minor_perm file. Also,
# add an entry to the /tmp/chdevs.$$ file, which
# contains the list of logical names of devices
# whose permissions need to be changed.
#
cat /tmp/chattr.$$ | \
while read key oldp oldu oldg newp newu newg chdevs
do
do_chdevs=no
#
# First determine whether the device entry
# is already in the file, but with the old
# permissions. If so, the entry needs to be
# modified and the devices in the chdevs list
# need to have their permissions and ownerships
# changed.
#
grepstr=`entry2pattern "${key}" $oldp $oldu $oldg`
if grep "$grepstr" $dest > /dev/null 2>&1; then
echo "s/${grepstr}/$key $newp $newu $newg/" \
>> /tmp/sedscript.$$
do_chdevs=yes
fi
#
# Now determine whether the device entry is
# in the file at all. If not, it is a new
# entry, but there may already be devices
# on the system whose permissions need to
# be changed.
#
grepstr=`entry2pattern "${key}"`
grep "${grepstr}" $dest > /dev/null 2>&1
if [ $? != 0 ] ; then
do_chdevs=yes
fi
if [ $do_chdevs = yes -a "$chdevs" != "" ] ; then
xchdevs=`echo "$chdevs" | \
sed -f /tmp/esc.sed.$$`
for m in $xchdevs ; do
echo "$m" $oldp $oldu $oldg \
$newp $newu $newg >> /tmp/chdevs.$$
done
fi
done
# sort the "change attributes" list
if [ -s /tmp/chdevs.$$ ] ; then
sort -u /tmp/chdevs.$$ > /tmp/tmp.$$
mv /tmp/tmp.$$ /tmp/chdevs.$$
fi
#
# Process the list of devices to be deleted.
# Find those that actually need to be deleted
# from the file. For each entry to be deleted,
# add an entry for it to the sed script that will
# eventually be applied to the currently-installed
# /etc/minor_perm file. Also, add an entry to the
# /tmp/deldevs.$$ file, which contains the list of
# logical names of devices to be deleted.
#
cat /tmp/delete.$$ | while read key deldevs
do
grepstr=`entry2pattern "${key}"`
if grep "$grepstr" $dest > /dev/null 2>&1; then
echo "/${grepstr}/d" >> /tmp/sedscript.$$
if [ "$deldevs" != "" ] ; then
xdeldevs=`echo "$deldevs" | \
sed -f /tmp/esc.sed.$$`
for m in $xdeldevs ; do
echo "$m" >> /tmp/deldevs.$$
done
fi
fi
done
if [ -s /tmp/deldevs.$$ ] ; then
sort -u /tmp/deldevs.$$ > /tmp/tmp.$$
mv /tmp/tmp.$$ /tmp/deldevs.$$
fi
#
# Apply the sed script possibly built above to the
# currently-installed /etc/minor_perm file.
#
if [ -s /tmp/sedscript.$$ ] ; then
sed -f /tmp/sedscript.$$ $dest > /tmp/tmp.$$
cp /tmp/tmp.$$ $dest
fi
# For all entries in minor_perm whose attributes had
# to be corrected, correct the relevant attributes of the
# already-existing devices that correspond to those
# entries.
#
if [ -s /tmp/chdevs.$$ -a "$PKG_INSTALL_ROOT" != "" -a \
"$PKG_INSTALL_ROOT" != "/" ] ; then
cat /tmp/chdevs.$$ |\
while read device oldp oldu oldg newp newu newg
do
#
# Note that we take pains -only- to change
# the permission/ownership of devices that
# have kept their original permissions.
#
for dev in $PKG_INSTALL_ROOT/$device; do
find $dev -follow -perm $oldp -exec \
chmod $newp $dev \; >/dev/null 2>&1
find $dev -follow -user $oldu -exec \
chown $newu $dev \; >/dev/null 2>&1
find $dev -follow -group $oldg -exec \
chgrp $newg $dev \; >/dev/null 2>&1
done
done
fi
#
# For all entries in minor_perm that were deleted,
# remove the /dev entries that point to device nodes
# that correspond to those entries.
#
if [ -s /tmp/deldevs.$$ -a "$PKG_INSTALL_ROOT" != "" -a \
"$PKG_INSTALL_ROOT" != "/" ] ; then
cat /tmp/deldevs.$$ | while read device
do
rm -f $PKG_INSTALL_ROOT/$device
done
fi
cat /tmp/add.$$ | while read key
do
grepstr=`entry2pattern "${key}"`
grep "$grepstr" $dest > /dev/null 2>&1
if [ $? != 0 ] ; then
grep "$grepstr" $src >> $dest
fi
done
rm -f /tmp/*.$$
fi
done
exit 0