2010-09-24 17:24:43 -06:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
exec 2>&1
|
2010-09-29 17:38:54 -06:00
|
|
|
|
|
|
|
install -o ctf -m 0755 -d /var/lib/ctf/points.new
|
|
|
|
install -o ctf -m 0755 -d /var/lib/ctf/points.tmp
|
2010-10-22 09:36:28 -06:00
|
|
|
touch /var/lib/ctf/points.log
|
|
|
|
|
2010-09-24 17:24:43 -06:00
|
|
|
exec ./pointsd
|