diff options
author | 2005-07-02 00:55:48 +0000 | |
---|---|---|
committer | 2005-07-02 00:55:48 +0000 | |
commit | 96b93376702851a14a4cadc8848f7cb3eaca52b2 (patch) | |
tree | a71753e12ef84aa15aaac66eab3d11982609fe93 | |
parent | clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resources (diff) | |
download | wireguard-openbsd-96b93376702851a14a4cadc8848f7cb3eaca52b2.tar.xz wireguard-openbsd-96b93376702851a14a4cadc8848f7cb3eaca52b2.zip |
During set selection, ask for a "file name pattern" rather than a
"regular expression" because the answer is processed by the shell.
ok krw@
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 4b55664083e..a09f07e3e30 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.387 2005/06/13 23:42:38 krw Exp $ +# $OpenBSD: install.sub,v 1.388 2005/07/02 00:55:48 uwe Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2005 Todd Miller, Theo de Raadt, Ken Westerback @@ -479,8 +479,8 @@ select_sets() { cat <<__EOT -Select sets by entering a set name, a regular expression or 'all'. De-select -sets by prepending a '-' to the set name, regular expression or 'all'. Selected +Select sets by entering a set name, a file name pattern or 'all'. De-select +sets by prepending a '-' to the set name, file name pattern or 'all'. Selected sets are labelled '[x]'. __EOT while :; do |