From e27b4a5c5cd7502324127aabebf109aa30b323fe Mon Sep 17 00:00:00 2001 From: paulr Date: Sun, 11 Jul 2010 15:26:27 +1000 Subject: [PATCH] no real work, just some frame work stuff --- bin/pbdc | 3 +++ bin/pbdc-bacula | 3 +++ bin/pbdc-bacula.php | 19 +++++++++++++++++++ bin/pbdc.php | 21 +++++++++++++++++++++ db/db.sql | 1 + lib/lib.php | 1 + 6 files changed, 48 insertions(+), 0 deletions(-) create mode 100644 bin/pbdc create mode 100644 bin/pbdc-bacula create mode 100644 bin/pbdc-bacula.php create mode 100644 bin/pbdc.php create mode 100644 db/db.sql create mode 100644 lib/lib.php diff --git a/bin/pbdc b/bin/pbdc new file mode 100644 index 0000000..95ca1af --- /dev/null +++ b/bin/pbdc @@ -0,0 +1,3 @@ +#!/bin/sh + +php pbdc.php $* \ No newline at end of file diff --git a/bin/pbdc-bacula b/bin/pbdc-bacula new file mode 100644 index 0000000..b3e6c20 --- /dev/null +++ b/bin/pbdc-bacula @@ -0,0 +1,3 @@ +#!/bin/sh + +php pbdc-bacula.php $* \ No newline at end of file diff --git a/bin/pbdc-bacula.php b/bin/pbdc-bacula.php new file mode 100644 index 0000000..3725529 --- /dev/null +++ b/bin/pbdc-bacula.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/bin/pbdc.php b/bin/pbdc.php new file mode 100644 index 0000000..8e61a23 --- /dev/null +++ b/bin/pbdc.php @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/db/db.sql b/db/db.sql new file mode 100644 index 0000000..0a16ca9 --- /dev/null +++ b/db/db.sql @@ -0,0 +1 @@ +# some sql goes here diff --git a/lib/lib.php b/lib/lib.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/lib/lib.php @@ -0,0 +1 @@ +