Re[2]: mmc patch

"Cyb.org" <cyb.org-/U2jX/5RlBxWk0Htik3J/[email protected]> Tue, 28 Jan 2003 06:40:55 +0100
Newsgroups gmane.comp.lang.moto.devel
Message-ID <[email protected]>
Hello David,
Monday, January 27, 2003, 7:47:37 PM, you wrote:
>         mmc -n mysite /home/mysite
>         mmc -i -n mysite /home/mysite
>         mmc -i <path> -n mysite /home/mysite
> which would drop off mod_mysite.so in whatever path was specified ?
> I think that might be kinda cool too :)
> -Dave

Since MMC is shell script it can't (man sh) have arguments with or
wirthout values at the same time. There can be only one... ;) ...soooo
I suggest to create:
  -c        - install into current dir
  -l        - install into libexec
  -p [path] - install into specified path
or even rewrite MMC in C. What do you think?

Cyb.org