diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/agent_defaultpkg | 0 | ||||
-rw-r--r-- | conf/alerter_template | 20 | ||||
-rw-r--r-- | conf/declinetemplate | 10 | ||||
-rw-r--r-- | conf/home | 1 | ||||
-rw-r--r-- | conf/invoice_from | 1 | ||||
-rw-r--r-- | conf/invoice_template | 27 | ||||
-rw-r--r-- | conf/locale | 1 | ||||
-rw-r--r-- | conf/lpr | 1 | ||||
-rw-r--r-- | conf/maxsearchrecordsperpage | 1 | ||||
-rw-r--r-- | conf/report_template | 14 | ||||
-rw-r--r-- | conf/shells | 5 | ||||
-rw-r--r-- | conf/show-msgcat-codes | 0 | ||||
-rw-r--r-- | conf/smtpmachine | 1 |
13 files changed, 0 insertions, 82 deletions
diff --git a/conf/agent_defaultpkg b/conf/agent_defaultpkg deleted file mode 100644 index e69de29bb..000000000 --- a/conf/agent_defaultpkg +++ /dev/null diff --git a/conf/alerter_template b/conf/alerter_template deleted file mode 100644 index 4d8a012ef..000000000 --- a/conf/alerter_template +++ /dev/null @@ -1,20 +0,0 @@ - - -Ivan Kohler -1339 Hayes St. -San Francisco, CA 94117 - - -{ $first; } { $last; }: - - We thank you for your continuing patronage. This notice is to remind you -that your { $payby } used to pay SISD.COM for Internet -service will expire on { use Date::Format; time2str("%x", $expdate); }. Please provide us with new billing -information so that we may continue your service uninterrupted. - -Very Truly Yours, - - SISD Service Team - - - diff --git a/conf/declinetemplate b/conf/declinetemplate deleted file mode 100644 index 14b8c60ec..000000000 --- a/conf/declinetemplate +++ /dev/null @@ -1,10 +0,0 @@ -Hi, - -Your credit card could not be processed for the following reason: - { $error } - -Please provide us with new billing information so that we may continue your -service uninterrupted. - -Thanks. - diff --git a/conf/home b/conf/home deleted file mode 100644 index 05280cb02..000000000 --- a/conf/home +++ /dev/null @@ -1 +0,0 @@ -/home diff --git a/conf/invoice_from b/conf/invoice_from deleted file mode 100644 index 110ec8f41..000000000 --- a/conf/invoice_from +++ /dev/null @@ -1 +0,0 @@ -ivan-unconfigured-freeside-installation@420.am diff --git a/conf/invoice_template b/conf/invoice_template deleted file mode 100644 index e226d636f..000000000 --- a/conf/invoice_template +++ /dev/null @@ -1,27 +0,0 @@ - - Invoice - { substr("Page $page of $total_pages ", 0, 19); } { use Date::Format; time2str("%x", $date); } FS-{ $invnum; } - - -Ivan Kohler -1339 Hayes St. -San Francisco, CA 94117 - - -{ $address[0]; } -{ $address[1]; } -{ $address[2]; } -{ $address[3]; } -{ $address[4]; } -{ $address[5]; } - -{ - join("\n", - map { - my ( $desc, $price ) = @{$_}; - " ". substr( $desc. " "x65, 0, 65). " ". substr( $price. " "x11, 0, 11); - } invoice_lines(31) - ); -} - - -=> Freeside - open-source billing for ISPs - http://www.sisd.com/freeside <=- diff --git a/conf/locale b/conf/locale deleted file mode 100644 index 7741b83a3..000000000 --- a/conf/locale +++ /dev/null @@ -1 +0,0 @@ -en_US diff --git a/conf/lpr b/conf/lpr deleted file mode 100644 index fa1c31315..000000000 --- a/conf/lpr +++ /dev/null @@ -1 +0,0 @@ -lpr -h diff --git a/conf/maxsearchrecordsperpage b/conf/maxsearchrecordsperpage deleted file mode 100644 index 29d6383b5..000000000 --- a/conf/maxsearchrecordsperpage +++ /dev/null @@ -1 +0,0 @@ -100 diff --git a/conf/report_template b/conf/report_template deleted file mode 100644 index 9c6bb2b4a..000000000 --- a/conf/report_template +++ /dev/null @@ -1,14 +0,0 @@ -{ sprintf("%-19s", "Page $page of $total_pages"); } { - my $spacer = (40 - length($title) > 0) ? 40 - length($title) : 0; - $spacer = int($spacer / 2); - my $titlelen = 40 - $spacer; - sprintf("%*s%-*s", $spacer, " ", $titlelen, $title); - } { use Date::Format; time2str("%x %X", $date); } - - -{ - join("\n", map { $_ } report_lines(57)); -} - - - diff --git a/conf/shells b/conf/shells deleted file mode 100644 index a41fc6209..000000000 --- a/conf/shells +++ /dev/null @@ -1,5 +0,0 @@ - -/bin/sh -/bin/csh -/bin/bash -/bin/false diff --git a/conf/show-msgcat-codes b/conf/show-msgcat-codes deleted file mode 100644 index e69de29bb..000000000 --- a/conf/show-msgcat-codes +++ /dev/null diff --git a/conf/smtpmachine b/conf/smtpmachine deleted file mode 100644 index 2fbb50c4a..000000000 --- a/conf/smtpmachine +++ /dev/null @@ -1 +0,0 @@ -localhost |