mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
transmission: add initskript and backup include to package.
This commit is contained in:
1
config/backup/includes/transmission
Normal file
1
config/backup/includes/transmission
Normal file
@@ -0,0 +1 @@
|
||||
/etc/transmission/
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user