Maybe. I might have d/l the plan9ports tarball. On the freebsd host i cloned the code from the mercurial. It works. I wish i had a better memory.
---- Marina On Tue, Jun 28, 2011 at 7:57 PM, Uriel <[email protected]> wrote: > On Wed, Jun 29, 2011 at 12:58 AM, Marina Brown <[email protected]> > wrote: > > I just tried it on the freebsd system and everything worked fine. It > > was on an ubuntu box where i had trouble. > > I'm still baffled (and this makes even less sense), what was the > actual change you made to make the file work? > > Could it be that somehow you were using byron's rc? (Argh I hate that > thing, how much pain and misery it has caused, why wont it die?) > > uriel > > > > ---- Marina Brown > > > > On Jun 28, 6:35 pm, Uriel <[email protected]> wrote: > >> On Tue, Jun 28, 2011 at 9:19 PM, Marina Brown <[email protected]> > wrote: > >> > Hi All: > >> > >> > I have been setting up werc for a website this week. > >> > >> Cool. > >> > >> > I tried to use bin/aux/adduser.rc and it did not work. > >> > >> This is strange, I use it quite often for cat-v.org. > >> > >> > I am using werc-1.4.0 and the latest plan9ports from hg. OS was linux > >> > and freebsd. ...one test site, one real site. > >> > >> > Here is the patch i did to make it work. > >> > >> > --- werc-1.4.0/bin/aux/addwuser.rc 2011-06-28 02:33:37.000000000 > +0000 > >> > +++ werc-1.4.0-dist/bin/aux/addwuser.rc 2010-06-11 04:28:39.000000000 > +0000 > >> > @@ -19,7 +19,7 @@ > >> > shift > >> > user_groups=$* > >> > >> > -if(~ $user_name '' || ~ $user_pass '') > >> > +if(~ $"user_name '' || ~ $"user_pass '') > >> > >> This is very, very strange, is this a reversed diff? Because looking > >> athttp://hg.cat-v.org/werc/file/776e96664b3b/bin/aux/addwuser.rcit > >> seems the code has always used the $", which should be quite safe. > >> > >> uriel > > > > -- > > You received this message because you are subscribed to the Google Groups > "werc" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/werc9?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "werc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/werc9?hl=en. > > -- ------------------------------------- Marina's Running Adventures http://catskillmarina.blogspot.com/ http://www.kaaterskill100.org ------------------------------------- -- You received this message because you are subscribed to the Google Groups "werc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/werc9?hl=en.
