Changeset 26914
- Timestamp:
- 2011-05-17T07:14:39+02:00 (7 years ago)
- Location:
- packages/net/transmission
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/transmission/Makefile
r25991 r26914 1 1 # 2 # Copyright (C) 2009-201 0OpenWrt.org2 # Copyright (C) 2009-2011 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 9 9 10 10 PKG_NAME:=transmission 11 PKG_VERSION:=2. 2212 PKG_RELEASE:= 311 PKG_VERSION:=2.30 12 PKG_RELEASE:=1 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 15 15 PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files 16 PKG_MD5SUM:= 6499986bf769276310b00bda1090090d16 PKG_MD5SUM:=d0168d89ec48716af3c44fa21216ddc8 17 17 18 18 PKG_FIXUP:=libtool -
packages/net/transmission/files/transmission.config
r25538 r26914 60 60 option umask 18 61 61 option upload_slots_per_torrent 14 62 option utp_enabled true 62 63 option watch_dir_enabled false 63 64 option watch_dir '' -
packages/net/transmission/files/transmission.init
r25991 r26914 66 66 speed_limit_down speed_limit_down_enabled speed_limit_up \ 67 67 speed_limit_up_enabled start_added_torrents trash_original_torrent_files \ 68 umask upload_slots_per_torrent watch_dir_enabled68 umask upload_slots_per_torrent utp_enabled watch_dir_enabled 69 69 70 70 append_params_quotes "$s" \ … … 78 78 chown -R $run_as_usr $config_dir 79 79 80 config_get open_file_limit "$s" open_file_limit 80 config_get open_file_limit "$s" open_file_limit 32 81 81 let open_limit_files="$open_file_limit + 8" 82 82
Note: See TracChangeset
for help on using the changeset viewer.