diff options
author | ivan <ivan> | 2003-03-28 21:43:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-03-28 21:43:06 +0000 |
commit | c51c179657bba32651b8b10fbcc58eb9ca98c49d (patch) | |
tree | 3eb7f23821e7ab43ffedbe1b66f36d2bcd58bca1 | |
parent | 6e2622a89e250a6965a0d65c3c11ff443f563c55 (diff) |
oops in null apache export
-rw-r--r-- | FS/FS/part_export/apache.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm index b72c9bdb0..9161d72b3 100644 --- a/FS/FS/part_export/apache.pm +++ b/FS/FS/part_export/apache.pm @@ -1,4 +1,4 @@ -package FS::part_export::bind; +package FS::part_export::apache; use vars qw(@ISA); use FS::part_export::null; |