transmission: add initskript and backup include to package.

This commit is contained in:
Arne Fitzenreiter
2011-10-02 14:08:43 +02:00
parent c727094431
commit 4236ab005d
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1 @@
/etc/transmission/

View File

@@ -1,3 +1,4 @@
var/ipfire/backup/addons/includes/transmission
#etc/transmission
etc/transmission/settings.json
usr/bin/transmission-cli
@@ -64,3 +65,4 @@ usr/share/transmission
#usr/share/transmission/web/stylesheets/ie6.css
#usr/share/transmission/web/stylesheets/ie7.css
#usr/share/transmission/web/stylesheets/iphone.css
etc/rc.d/init.d/transmission

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2009 Michael Tremer & Christian Schmidt #
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -85,5 +85,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
-mkdir -pv /etc/transmission
cp -vf $(DIR_SRC)/config/transmission/* /etc/transmission/
chown -Rv nobody.nobody /etc/transmission
# Install backup include
install -v -m 644 $(DIR_SRC)/config/backup/includes/transmission \
/var/ipfire/backup/addons/includes/transmission
@rm -rf $(DIR_APP)
@$(POSTBUILD)