On Mon, Aug 27, 2007 at 10:00:17AM -0600, LaMont Jones wrote: > > The original setarch/parisc patch was missing some code. Fixed. I've also added alias "parisc32" (we have mips32, sparc32, ..). > Debian had a pre-existing linux{32,64} command which supported only --3gb Hmm.. one patch per issue, right? ;-) > and --4gb. Adding support for those options allows setarch to replace that > package. Well, I'll split it to a separated patch and comit to 2.13. It's a good idea to add long options to setarch(1) -- we can finalize this task in 2.{14,13.1} > for I in $(SETARCH_LINKS); do \ > cd $(DESTDIR)$(usrbinexecdir) && ln -sf setarch $$I ; \ > + cd $(DESTDIR)$(man8dir) && ln -sf ../man8/setarch.8 $${I}.8; \ > done That's definitely not the right way how redirect between man pages. I'll use .so man command. Karel -- Karel Zak <kzak@xxxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html