summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2002-06-11 18:25:53 +0000
committerivan <ivan>2002-06-11 18:25:53 +0000
commit76ce9aeaeb39f496797398e84bfdc20fbd817b4d (patch)
treee309b92a16f0fce8cccbd0d1c7c5d9c30dbdcdbf /bin
parent50839c50d9ed12336cfc611775088347bccd62f0 (diff)
use FS::cust_svc and FS::svc_acct
Diffstat (limited to 'bin')
-rwxr-xr-xbin/shell.export2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/shell.export b/bin/shell.export
index 29b639058..798bee3fe 100755
--- a/bin/shell.export
+++ b/bin/shell.export
@@ -8,6 +8,8 @@ use Net::SSH qw(ssh);
use FS::UID qw(adminsuidsetup datasrc);
use FS::Record qw(qsearch qsearchs);
use FS::part_export;
+use FS::cust_svc;
+use FS::svc_acct;
my @saltset = ( 'a'..'z' , 'A'..'Z' , '0'..'9' , '.' , '/' );