mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
128 lines
3.7 KiB
Plaintext
128 lines
3.7 KiB
Plaintext
--- a/etc/Makefile.am
|
|
+++ b/etc/Makefile.am
|
|
@@ -1,31 +1,36 @@
|
|
nobase_dist_noinst_DATA = \
|
|
tntnet/tntnet.conf.in \
|
|
- init.d/tntnet.in
|
|
+ init.d/tntnet.in \
|
|
+ tntnet/mime.conf
|
|
|
|
nobase_sysconf_DATA = \
|
|
- tntnet/tntnet.conf \
|
|
- init.d/tntnet
|
|
+ tntnet/tntnet.conf.sample \
|
|
+ tntnet/tntnet
|
|
|
|
nobase_dist_sysconf_DATA = \
|
|
- tntnet/mime.conf
|
|
+ tntnet/mime.conf.sample
|
|
|
|
nobase_nodist_sysconf_DATA = \
|
|
- tntnet/tntnet.properties
|
|
+ tntnet/tntnet.properties.sample
|
|
+
|
|
+tntnet/mime.conf.sample: tntnet/mime.conf
|
|
+ cp tntnet/mime.conf $@
|
|
|
|
-tntnet/tntnet.conf: tntnet/tntnet.conf.in
|
|
+tntnet/tntnet.conf.sample: tntnet/tntnet.conf.in
|
|
sed -e 's,@libdir\@,@libdir@,g;' \
|
|
-e 's,@pkglibdir\@,@pkglibdir@,g;' \
|
|
-e 's,@sysconfdir\@,@sysconfdir@,g;' \
|
|
-e 's,@localstatedir\@,@localstatedir@,g;' \
|
|
- -e 's,@datadir\@,@datadir@,g;' <tntnet/tntnet.conf.in >tntnet/tntnet.conf
|
|
+ -e 's,@datadir\@,@datadir@,g;' <tntnet/tntnet.conf.in >tntnet/tntnet.conf.sample
|
|
|
|
-init.d/tntnet: init.d/tntnet.in
|
|
+tntnet/tntnet: init.d/tntnet.in
|
|
sed -e 's,@libdir\@,@libdir@,g;' \
|
|
-e 's,@pkglibdir\@,@pkglibdir@,g;' \
|
|
-e 's,@sysconfdir\@,@sysconfdir@,g;' \
|
|
-e 's,@localstatedir\@,@localstatedir@,g;' \
|
|
- -e 's,@datadir\@,@datadir@,g;' <init.d/tntnet.in >init.d/tntnet
|
|
+ -e 's/^function //;' \
|
|
+ -e 's,@datadir\@,@datadir@,g;' <init.d/tntnet.in >tntnet/tntnet
|
|
|
|
-tntnet/tntnet.properties:
|
|
+tntnet/tntnet.properties.sample:
|
|
../tntnet-config --properties tntnet | \
|
|
sed -e 's,^#file=tntnet.log,file=@localstatedir@/log/tntnet/tntnet.log,' >$@
|
|
--- a/etc/Makefile.in
|
|
+++ b/etc/Makefile.in
|
|
@@ -206,17 +206,18 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
nobase_dist_noinst_DATA = \
|
|
tntnet/tntnet.conf.in \
|
|
- init.d/tntnet.in
|
|
+ init.d/tntnet.in \
|
|
+ tntnet/mime.conf
|
|
|
|
nobase_sysconf_DATA = \
|
|
- tntnet/tntnet.conf \
|
|
- init.d/tntnet
|
|
+ tntnet/tntnet.conf.sample \
|
|
+ tntnet/tntnet
|
|
|
|
nobase_dist_sysconf_DATA = \
|
|
- tntnet/mime.conf
|
|
+ tntnet/mime.conf.sample
|
|
|
|
nobase_nodist_sysconf_DATA = \
|
|
- tntnet/tntnet.properties
|
|
+ tntnet/tntnet.properties.sample
|
|
|
|
all: all-am
|
|
|
|
@@ -483,21 +484,25 @@ uninstall-am: uninstall-nobase_dist_sysc
|
|
uninstall-nobase_sysconfDATA
|
|
|
|
|
|
-tntnet/tntnet.conf: tntnet/tntnet.conf.in
|
|
+tntnet/mime.conf.sample: tntnet/mime.conf
|
|
+ cp tntnet/mime.conf $@
|
|
+
|
|
+tntnet/tntnet.conf.sample: tntnet/tntnet.conf.in
|
|
sed -e 's,@libdir\@,@libdir@,g;' \
|
|
-e 's,@pkglibdir\@,@pkglibdir@,g;' \
|
|
-e 's,@sysconfdir\@,@sysconfdir@,g;' \
|
|
-e 's,@localstatedir\@,@localstatedir@,g;' \
|
|
- -e 's,@datadir\@,@datadir@,g;' <tntnet/tntnet.conf.in >tntnet/tntnet.conf
|
|
+ -e 's,@datadir\@,@datadir@,g;' <tntnet/tntnet.conf.in >tntnet/tntnet.conf.sample
|
|
|
|
-init.d/tntnet: init.d/tntnet.in
|
|
+tntnet/tntnet: init.d/tntnet.in
|
|
sed -e 's,@libdir\@,@libdir@,g;' \
|
|
-e 's,@pkglibdir\@,@pkglibdir@,g;' \
|
|
-e 's,@sysconfdir\@,@sysconfdir@,g;' \
|
|
-e 's,@localstatedir\@,@localstatedir@,g;' \
|
|
- -e 's,@datadir\@,@datadir@,g;' <init.d/tntnet.in >init.d/tntnet
|
|
+ -e 's/^function //;' \
|
|
+ -e 's,@datadir\@,@datadir@,g;' <init.d/tntnet.in >tntnet/tntnet
|
|
|
|
-tntnet/tntnet.properties:
|
|
+tntnet/tntnet.properties.sample:
|
|
../tntnet-config --properties tntnet | \
|
|
sed -e 's,^#file=tntnet.log,file=@localstatedir@/log/tntnet/tntnet.log,' >$@
|
|
|
|
--- a/etc/tntnet/tntnet.conf.in
|
|
+++ b/etc/tntnet/tntnet.conf.in
|
|
@@ -2,12 +2,15 @@
|
|
#
|
|
|
|
PropertyFile @sysconfdir@/tntnet/tntnet.properties
|
|
-Listen 0.0.0.0 80
|
|
+#Listen 0.0.0.0 80
|
|
+Listen 127.1 80
|
|
#SslListen 0.0.0.0 443 @sysconfdir@/tntnet/tntnet.pem
|
|
|
|
Daemon 1
|
|
-User www-data
|
|
-Group www-data
|
|
+#User www-data
|
|
+#Group www-data
|
|
+User www
|
|
+Group www
|
|
CompPath @libdir@/tntnet
|
|
|
|
# set some limit to prevent DoS-attacks
|