summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-10-06 21:39:47 +0000
committerAlin Năstac <mrness@gentoo.org>2005-10-06 21:39:47 +0000
commitf9a5e7d1f812c7134b55cea153eace5bc571d085 (patch)
tree61cf0d942fe846ef96fb12d0410581c70d4219c4 /net-proxy/ntlmaps/files
parentmarked ~alpha wrt bug #105807 (diff)
downloadgentoo-2-f9a5e7d1f812c7134b55cea153eace5bc571d085.tar.gz
gentoo-2-f9a5e7d1f812c7134b55cea153eace5bc571d085.tar.bz2
gentoo-2-f9a5e7d1f812c7134b55cea153eace5bc571d085.zip
add ntlmaps user and group; change configuration file permissions to a secure defaultadd ntlmaps user and group; change configuration file permissions to a secure default (#107766)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-proxy/ntlmaps/files')
-rw-r--r--net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9-r21
-rw-r--r--net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9.5-r1 (renamed from net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9.5)0
-rw-r--r--net-proxy/ntlmaps/files/ntlmaps.init6
3 files changed, 4 insertions, 3 deletions
diff --git a/net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9-r2 b/net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9-r2
new file mode 100644
index 000000000000..9d4bc473464f
--- /dev/null
+++ b/net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9-r2
@@ -0,0 +1 @@
+MD5 02d0f83f499eaf988de4ffab2dfd3618 ntlmaps-0.9.9.tar.gz 55459
diff --git a/net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9.5 b/net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9.5-r1
index 04e4e66df51b..04e4e66df51b 100644
--- a/net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9.5
+++ b/net-proxy/ntlmaps/files/digest-ntlmaps-0.9.9.5-r1
diff --git a/net-proxy/ntlmaps/files/ntlmaps.init b/net-proxy/ntlmaps/files/ntlmaps.init
index b56d01b9a66c..5f638f5a3b91 100644
--- a/net-proxy/ntlmaps/files/ntlmaps.init
+++ b/net-proxy/ntlmaps/files/ntlmaps.init
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/ntlmaps/files/ntlmaps.init,v 1.2 2005/07/03 08:57:13 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/ntlmaps/files/ntlmaps.init,v 1.3 2005/10/06 21:39:47 mrness Exp $
PID_FILE="/var/run/ntlmaps.pid"
@@ -12,10 +12,10 @@ depend() {
start() {
ebegin "Starting ntlmaps"
touch ${PID_FILE}
- chown nobody:nogroup ${PID_FILE}
+ chown ntlmaps:ntlmaps ${PID_FILE}
cd /var/log/ntlmaps && \
start-stop-daemon --quiet --start --background --exec /usr/bin/python \
- --make-pidfile --pidfile ${PID_FILE} --chuid nobody -- /usr/bin/ntlmaps < /dev/null && \
+ --make-pidfile --pidfile ${PID_FILE} --chuid ntlmaps -- /usr/bin/ntlmaps < /dev/null && \
sleep 1
eend $?
}