Searched refs:ENTRIES (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/desktop/desktop-cache/files/
H A Dgconf-cache64 ENTRIES=`${FIND_NEWER} -f -m -c --name '*.entries' \
69 ENTRIES=`/usr/bin/find /etc/gconf/schemas -name '*.entries' ! -type d`
91 if [ -n "$ENTRIES" ]; then
97 echo "$ENTRIES" | /bin/sed -e 's/^/ /'
102 --load $ENTRIES > /dev/null
121 ENTRIES=`/usr/bin/find /etc/gconf/schemas ! -type d -follow \
125 ENTRIES=`/usr/bin/find /etc/gconf/schemas -name '*.entries' ! -type d`
147 if [ -n "$ENTRIES" ]; then
153 echo "$ENTRIES" | /bin/sed -e 's/^/ /'
158 --load $ENTRIES > /de
[all...]

Completed in 12 milliseconds