Subject: [netatalk-admins] Re: $USER variable in AppleVolumes.system?
From: Jeremy A. Gilbert (grath@gryphon.ccs.brandeis.edu)
Date: Thu Jul 03 1997 - 18:45:44 EDT
On Wed, 2 Jul 1997, William R. Dickson wrote:
> /www/users/andrea
> /www/users/bob
> /www/users/chris
> /www/users/deanna
> /www/users/effie
maybe something quick like this might do the trick, although i'd test it
first. :)
#!/usr/bin/perl
foreach( `ls /www/users/*' )
{
open FOO, ">$_/.AppleVolumes" or die;
print FOO "$_ \'Users WWW Directory\'\n/usr/mac \'Regular Stuff\'";
close FOO;
}
This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:25:27 EST