diff options
| author | ivan <ivan> | 2002-06-11 18:23:50 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-06-11 18:23:50 +0000 | 
| commit | 50839c50d9ed12336cfc611775088347bccd62f0 (patch) | |
| tree | 9e33a64cafb863b4f12da972db06ebcd1f3b3b74 | |
| parent | c189704fb7f1c2dce5362b5210fa957e274b3f55 (diff) | |
bsd only for now
| -rwxr-xr-x | bin/shell.export | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/bin/shell.export b/bin/shell.export index 064d56e63..29b639058 100755 --- a/bin/shell.export +++ b/bin/shell.export @@ -26,6 +26,9 @@ my $rsync = File::Rsync->new({  });  foreach my $export ( @sysv_exports ) { +} + +foreach my $export ( @bsd_exports ) {    my $machine = $export->machine;    my $prefix = "$spooldir/$machine";    mkdir $prefix, 0700 unless -d $prefix; | 
