Contributed by Tim Rice <tim@trr.metro.net>.
{
COMMAND=$*
sleep 1 # wait for previous kill
- onDev $STTY 0; sleep 1 # reset the modem (hopefully)
+ case $TARGET in
+ *-linux*) ;;
+ *) onDev $STTY 0; sleep 1 ;; # reset the modem (hopefully)
+ esac
# start listening for output
onDev -c "$STTY clocal && exec $CAT $tdev"; sleep 2
#
SPOOL DIR_SPOOL
SYSVINIT
TIFFBIN
+TARGET
UUCP_LOCKDIR DIR_LOCKS
UUCP_LOCKTYPE LOCKS"
elif [ -f /etc/pwconv ]; then # could be a SCO box
addPasswd()
{
- echo "${1}:NOLOGIN:${2}:${3}:Facsimile Agent:${4}:" >> ${PASSWD}
+ echo "${1}:NOLOGIN:${2}:${3}:Facsimile Agent:${4}:/bin/false" >> ${PASSWD}
/etc/pwconv
}
lockPasswd()