Add default configuration file for droned.

Also mark configuration file as conffiles.
This commit is contained in:
Nurahmadie
2014-02-08 23:32:24 +00:00
parent dc3018434e
commit fbbdba3514
4 changed files with 20 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ test:
install:
cp deb/drone/etc/init/drone.conf /etc/init/drone.conf
test -f /etc/default/drone || cp deb/drone/etc/default/drone /etc/default/drone
cd bin && install -t /usr/local/bin drone
cd bin && install -t /usr/local/bin droned
mkdir -p /var/lib/drone
@@ -75,4 +76,4 @@ dpkg:
dpkg-deb --build deb/drone
run:
bin/droned --port=":8080" --datasource="/tmp/drone.sqlite"
bin/droned --port=":8080" --datasource="/tmp/drone.sqlite"