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

/solaris-userland/components/isc-dhcp/Solaris/
H A Disc-dhcp.sh148 LEASEFILE=`get_prop lease_file`
149 if [ -z "$LEASEFILE" ]; then
155 if [ ! -f "$LEASEFILE" ]; then
156 $TOUCH $LEASEFILE
157 $CHMOD $LEASEFILE_PERMS $LEASEFILE
159 if [ ! -w "$LEASEFILE" ]; then
160 errlog "Lease file '$LEASEFILE' is not writable. You should:"
161 errlog "$CHOWN $($ID -u -n) '$LEASEFILE'"
162 errlog "$CHMOD $LEASEFILE_PERMS '$LEASEFILE'"
166 export OPTIONS="$OPTIONS -cf $CONFIGFILE -lf $LEASEFILE
[all...]

Completed in 10 milliseconds