[Mailman-Users] listinclusion.patch

Mark Sapiro msapiro at value.net
Sun Dec 17 00:02:54 CET 2006


>	I'm running mailman-2.1.9, I read the FAQ, and I followed your
>directions however nothing happens.  The machine just sits there until I
>^C out of it.
>
>
>wal9100# cd Mailman
>
>wal9100# pwd
>
>/usr/local/mailman/Mailman
>wal9100# ls -l /usr/local/mailman/patch
>total 3
>-rw-r--r--   1 root     mailman      2551 Dec 15 21:09 listinclusion.patch
>
>wal9100# patch -p2 /usr/local/mailman/patch/listinclusion.patch
>
>and nothing happens.

You're missing the '<' input redirection. It needs to be

  patch -p2 < /usr/local/mailman/patch/listinclusion.patch

Without the '<', the patch command tries to read the patch from your
keyboard.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list