-rw-r--r-- | bin/.gitignore | 2 | ||||
-rwxr-xr-x | bin/build.in | 2 | ||||
-rwxr-xr-x | bin/run.in | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..266ca8d --- a/dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +build +run diff --git a/bin/build.in b/bin/build.in new file mode 100755 index 0000000..4ef803c --- a/dev/null +++ b/bin/build.in @@ -0,0 +1,2 @@ +#!/bin/sh +@sitecing_build@ -f @web_run_root@/conf/sitecing.conf / diff --git a/bin/run.in b/bin/run.in new file mode 100755 index 0000000..db88640 --- a/dev/null +++ b/bin/run.in @@ -0,0 +1,2 @@ +#!/bin/sh +exec @sitecing_fastcgi@ -f @web_run_root@/conf/sitecing.conf |