summaryrefslogtreecommitdiff
path: root/FS/FS/part_svc.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-09-18 02:18:04 -0700
committerIvan Kohler <ivan@freeside.biz>2012-09-18 02:18:04 -0700
commit1ad547a47f16b4230762e752fbe48d460ed997e1 (patch)
treeab1847a4a6ecf70dc634de7e51f11e7f23d242cb /FS/FS/part_svc.pm
parentdf845c7ef328e81b4f305152253ac9ca0de7626d (diff)
export host selection per service, RT#17914
Diffstat (limited to 'FS/FS/part_svc.pm')
-rw-r--r--FS/FS/part_svc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm
index dd18e87..7f22411 100644
--- a/FS/FS/part_svc.pm
+++ b/FS/FS/part_svc.pm
@@ -591,7 +591,7 @@ sub _svc_defs {
};
my $mod = $1;
- if ( $mod =~ /^svc_[A-Z]/ or $mod =~ /^svc_acct_pop$/ ) {
+ if ( $mod =~ /^svc_[A-Z]/ or $mod =~ /^(svc_acct_pop|svc_export_machine)$/ ) {
warn "skipping FS::$mod" if $DEBUG;
next;
}