]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Sun, 15 Jan 2012 22:32:56 +0000 (23:32 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Sun, 15 Jan 2012 22:32:56 +0000 (23:32 +0100)
Package changes:
+dev-vcs/cvs-1.12.12-r6

.etckeeper
pam.d/cvs [new file with mode: 0644]
xinetd.d/cvspserver [new file with mode: 0644]

index 4228dfdca17fdcbcf1e57796e46b6deebb3c5005..0a4d00fef3c39661e1fa42eb1cf8bc1d7dfa9474 100755 (executable)
@@ -297,6 +297,7 @@ maybe chmod 0644 './pam.d/chgpasswd'
 maybe chmod 0644 './pam.d/chpasswd'
 maybe chmod 0644 './pam.d/chsh'
 maybe chmod 0644 './pam.d/cron'
+maybe chmod 0644 './pam.d/cvs'
 maybe chmod 0644 './pam.d/groupadd'
 maybe chmod 0644 './pam.d/groupdel'
 maybe chmod 0644 './pam.d/groupmems'
@@ -465,6 +466,7 @@ maybe chmod 0644 './vim/vimrc'
 maybe chmod 0644 './vim/vimrc.local'
 maybe chmod 0644 './wgetrc'
 maybe chmod 0755 './xinetd.d'
+maybe chmod 0644 './xinetd.d/cvspserver'
 maybe chmod 0644 './xinetd.d/rsyncd'
 maybe chmod 0644 './xinetd.d/svnserve'
 maybe chmod 0755 './xml'
diff --git a/pam.d/cvs b/pam.d/cvs
new file mode 100644 (file)
index 0000000..f401ec0
--- /dev/null
+++ b/pam.d/cvs
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth        include    system-auth
+account     include    system-auth
+session     include    system-auth
diff --git a/xinetd.d/cvspserver b/xinetd.d/cvspserver
new file mode 100644 (file)
index 0000000..0f2edb0
--- /dev/null
@@ -0,0 +1,14 @@
+service cvspserver
+{
+       disable         = yes
+       socket_type     = stream
+       wait            = no
+       user            = root
+       log_type        = FILE /var/log/cvspserver
+       protocol        = tcp
+       env             = HOME=/var/cvsroot
+       log_on_failure  += USERID
+       port            = 2401
+       server          = /usr/bin/cvs
+       server_args     = -f --allow-root=/var/cvsroot pserver
+}