* [PATCH][TRIVIAL] Non-existent option in runme script
@ 2003-08-09 18:02 Stephane Ouellette
2003-08-10 9:39 ` Harald Welte
0 siblings, 1 reply; 2+ messages in thread
From: Stephane Ouellette @ 2003-08-09 18:02 UTC (permalink / raw)
To: Harald Welte; +Cc: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 121 bytes --]
Harald,
the following patch removes a non-existent option on the prompt of
the "runme" script in P-O-M.
Stephane
[-- Attachment #2: runme.patch --]
[-- Type: text/plain, Size: 487 bytes --]
--- netfilter/patch-o-matic/runme Sat Aug 9 13:55:57 2003
+++ netfilter-fixed/patch-o-matic/runme Sat Aug 9 13:56:23 2003
@@ -813,7 +813,7 @@
while [ "$ANSWER" = "" ]
do
echo "-----------------------------------------------------------------"
- echo -n "Do you want to `modesense 1` this patch "'[N/y/t/f/a/r/b/w/v/q/?] '
+ echo -n "Do you want to `modesense 1` this patch "'[N/y/t/f/a/r/b/w/q/?] '
read ANSWER
case "$ANSWER" in
y*|Y*)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-10 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-09 18:02 [PATCH][TRIVIAL] Non-existent option in runme script Stephane Ouellette
2003-08-10 9:39 ` Harald Welte
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.