search for: z_opt

Displaying 1 result from an estimated 1 matches for "z_opt".

Did you mean: 1_opt
2003 Apr 23
0
apsfilter warning: unknown option 'myhost.mydomain.com'
...======== Apsfilter code segment ==================================== #----------------------------------------------------------------------------- # Parse the command line options (via -C, -Z and -o). #----------------------------------------------------------------------------- if [ "$CLASS$Z_OPTS" ]; then old_ifs="$IFS" IFS=:, set -- $CLASS $Z_OPTS IFS="$old_ifs" unset old_ifs for option; do case "$option" in lo|low) # printing quality QUALITY=low ;; ... ... *)...