[sork] Accounts/quota

Eric Rostetter eric.rostetter at physics.utexas.edu
Wed Jul 30 13:26:22 PDT 2003


Quoting MiikaT <mlist.horde2 at finansium.fi>:

> Quoting Eric Rostetter <eric.rostetter at physics.utexas.edu>:
> > 1) If all your users are on the same disk, e.g. /dev/Volume00/LogVol03,
> > then
> > change:
> >         $homedir = split("/", $passwd_array['dir']);
> > to:
> >         $homedir = "/dev/Volume00/LogVol03";
> > And you are done.
> >
> I tried this:
>
> $homedir = split( "/dev/Volume00/LogVol00", $passwd_array['dir'] );

Why?  As I said, change it to:

> >         $homedir = "/dev/Volume00/LogVol03";

> and if I tried:
>
> $homedir = split( "/dev");

Why?  Did I say to use:

$homedir = "/dev";

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the sork mailing list