summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/address4
-rw-r--r--conf/domain1
-rw-r--r--conf/home1
-rw-r--r--conf/invoice_template27
-rw-r--r--conf/lpr1
-rw-r--r--conf/secrets3
-rw-r--r--conf/shells2
-rw-r--r--conf/smtpmachine1
8 files changed, 40 insertions, 0 deletions
diff --git a/conf/address b/conf/address
new file mode 100644
index 000000000..62ec516ea
--- /dev/null
+++ b/conf/address
@@ -0,0 +1,4 @@
+Silicon Interactive Software Design
+15 Skyview Way
+Newtown, PA 18940
+
diff --git a/conf/domain b/conf/domain
new file mode 100644
index 000000000..b3cefaf74
--- /dev/null
+++ b/conf/domain
@@ -0,0 +1 @@
+domain.tld
diff --git a/conf/home b/conf/home
new file mode 100644
index 000000000..05280cb02
--- /dev/null
+++ b/conf/home
@@ -0,0 +1 @@
+/home
diff --git a/conf/invoice_template b/conf/invoice_template
new file mode 100644
index 000000000..e226d636f
--- /dev/null
+++ b/conf/invoice_template
@@ -0,0 +1,27 @@
+
+ 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/lpr b/conf/lpr
new file mode 100644
index 000000000..fa1c31315
--- /dev/null
+++ b/conf/lpr
@@ -0,0 +1 @@
+lpr -h
diff --git a/conf/secrets b/conf/secrets
new file mode 100644
index 000000000..5843943ac
--- /dev/null
+++ b/conf/secrets
@@ -0,0 +1,3 @@
+DBI:mysql:freeside
+freeside
+put_your_password_here
diff --git a/conf/shells b/conf/shells
new file mode 100644
index 000000000..02d74f7fc
--- /dev/null
+++ b/conf/shells
@@ -0,0 +1,2 @@
+/bin/csh
+/bin/sh
diff --git a/conf/smtpmachine b/conf/smtpmachine
new file mode 100644
index 000000000..fa7963cc9
--- /dev/null
+++ b/conf/smtpmachine
@@ -0,0 +1 @@
+mail