diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-09-13 23:52:16 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-09-13 23:52:16 +0000 |
commit | 9cabac368fa2e4b4903d9cfd0368a9452ad7cbe2 (patch) | |
tree | e404beb2a243702ca9110abbc8bb61bcd133a709 /comms/mgetty+sendfax/files/patch-ac | |
parent | bb2c6a719a7e16413772c6964d808ef3fdb288e5 (diff) |
Notes
Diffstat (limited to 'comms/mgetty+sendfax/files/patch-ac')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-ac | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/comms/mgetty+sendfax/files/patch-ac b/comms/mgetty+sendfax/files/patch-ac deleted file mode 100644 index 0c6485fce78a..000000000000 --- a/comms/mgetty+sendfax/files/patch-ac +++ /dev/null @@ -1,35 +0,0 @@ -*** kvg~ Tue May 30 21:54:12 1995 ---- kvg Tue Mar 12 03:27:45 1996 -*************** -*** 7,21 **** - - if [ $# -ne 1 ] ; then - echo "$0: kill mgetty/vgetty process on a given tty" >&2 -! echo "syntax: kvg [signal] tty<x>" >&2 - exit 1 - fi - -! if [ ! -f /etc/mg-pid.tty$1 ] ; then -! echo "no mgetty/vgetty on tty /dev/tty$1" >&2 - exit 2; - fi - -! pid=`cat /etc/mg-pid.tty$1` -! echo "killing mgetty/vgetty on tty$1, pid $pid, with signal $SIG..." - kill $SIG $pid ---- 7,21 ---- - - if [ $# -ne 1 ] ; then - echo "$0: kill mgetty/vgetty process on a given tty" >&2 -! echo "syntax: kvg [signal] cuaa<x>" >&2 - exit 1 - fi - -! if [ ! -f /var/run/mg-pid.cuaa$1 ] ; then -! echo "no mgetty/vgetty on tty /dev/cuaa$1" >&2 - exit 2; - fi - -! pid=`cat /var/run/mg-pid.cuaa$1` -! echo "killing mgetty/vgetty on cuaa$1, pid $pid, with signal $SIG..." - kill $SIG $pid |