diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-25 17:02:36 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-25 17:02:36 (GMT) |
commit | 08532d47763dea9985faa9ad996a31df87400fb7 (patch) | |
tree | a2a5c00dd8cb8be1d0a5c2dda2d3b787fed53581 /abs/extra-testing/recstat/run | |
parent | 1b80c6bf68b69f9b7befe14f975a079efc9d3811 (diff) | |
download | linhes_pkgbuild-08532d47763dea9985faa9ad996a31df87400fb7.zip linhes_pkgbuild-08532d47763dea9985faa9ad996a31df87400fb7.tar.gz linhes_pkgbuild-08532d47763dea9985faa9ad996a31df87400fb7.tar.bz2 |
recstat: added run file.
-More cleanup for recstat.py.
-removed recstat which is used for init
closes #632
Diffstat (limited to 'abs/extra-testing/recstat/run')
-rwxr-xr-x | abs/extra-testing/recstat/run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra-testing/recstat/run b/abs/extra-testing/recstat/run new file mode 100755 index 0000000..150fdb4 --- /dev/null +++ b/abs/extra-testing/recstat/run @@ -0,0 +1,7 @@ +#!/bin/sh +exec 2>&1 +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions +stat_runit "Starting recstat" +exec /usr/bin/recstat.py |