> /etc/rc2.d/S47tinydns: UID: readonly variable > > Is this a bash thingy?
Yes...bash supports read-only variables, and UID is set by bash itself, and is made read-only, with no way to change it (that I found). > I notice that my environment always contains the UID variable that > always points to my current UID . . . > > What do you think? You'll have to switch the init script from #!/bin/sh to #!/bin/ash for tinydns if you're running bash...see the dnscache package for an example. Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
