From 71f4cc84c3788c6904ede17cd626a9ca9c349e3b Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 30 Jan 2005 00:57:53 +0000 Subject: initial commit into repository --- (limited to 'bin') 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 -- cgit v0.9.0.2