mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix chown for transmission home directory to silence complaints
from transmission-daemon De-articulate COMMENT
This commit is contained in:
parent
1987ef6278
commit
2b86680264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313230
@ -9,7 +9,7 @@ MASTER_SITES= http://transmission.cachefly.net/
|
||||
PKGNAMESUFFIX?= -cli
|
||||
|
||||
MAINTAINER?= crees@FreeBSD.org
|
||||
COMMENT?= A lightweight CLI (command line) BitTorrent client and utilities
|
||||
COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities
|
||||
|
||||
SLAVEPORT?= cli
|
||||
|
||||
|
@ -53,7 +53,7 @@ transmission_prestart()
|
||||
install -d -o $transmission_user ${pidfile%/*}
|
||||
mkdir -p $transmission_conf_dir $transmission_download_dir
|
||||
chown $transmission_user:$transmission_group $transmission_download_dir
|
||||
chown -R $transmission_user:$transmission_group $transmission_conf_dir/*
|
||||
chown -R $transmission_user:$transmission_group $transmission_conf_dir
|
||||
chgrp $transmission_group $transmission_conf_dir
|
||||
chmod 750 $transmission_conf_dir
|
||||
if [ -n "$transmission_web_home" ]; then
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -daemon
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= A fast and lightweight daemon BitTorrent client
|
||||
COMMENT= Fast and lightweight daemon BitTorrent client
|
||||
|
||||
RUN_DEPENDS= ${GEN_RUN_DEPENDS}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
PKGNAMESUFFIX= -gtk2
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= A fast and lightweight GTK+2 BitTorrent client
|
||||
COMMENT= Fast and lightweight GTK+2 BitTorrent client
|
||||
|
||||
BROKEN= Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk2
|
||||
|
||||
|
@ -4,7 +4,7 @@ PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -qt4
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= A fast and lightweight QT4 BitTorrent client
|
||||
COMMENT= Fast and lightweight QT4 BitTorrent client
|
||||
|
||||
LIB_DEPENDS= ${GEN_LIB_DEPENDS}
|
||||
RUN_DEPENDS= ${GEN_RUN_DEPENDS}
|
||||
|
@ -5,7 +5,7 @@ CATEGORIES= www net-p2p
|
||||
PKGNAMESUFFIX= -web
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= A fast and lightweight WebUI for Transmission BitTorrent client
|
||||
COMMENT= Fast and lightweight WebUI for Transmission BitTorrent client
|
||||
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli
|
||||
|
Loading…
Reference in New Issue
Block a user