openbsd-ports/sysutils/rtty/patches/patch-console_sh
millert 28ef82dd9f Update port to rtty-4.0.shar.gz with patches fed back to Vixie.
Make default group dialer, not wheel, to match default OpenBSD
device permissions.
2002-05-08 18:42:10 +00:00

13 lines
301 B
Plaintext

$OpenBSD: patch-console_sh,v 1.1 2002/05/08 18:42:10 millert Exp $
--- console.sh.orig Wed May 8 12:30:37 2002
+++ console.sh Wed May 8 12:30:37 2002
@@ -24,7 +24,7 @@ while [ $# -gt 0 ]; do
case $1 in
-r) cmdopts="$opts -r"; shift ;;
-*) shift ;;
- *) break 2 ;;
+ *) break ;;
esac
done