This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 4527e3eb7dce9104cffa99fb4c67dce0368a39a2 (commit) via b7515822bda83729a79acf3693179d048d21ad95 (commit) from 88d701e278ae3aa9fa4d101d192628056380bad7 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4527e3eb7dce9104cffa99fb4c67dce0368a39a2 Merge: b751582 88d701e Author: Christian Schmidt christian.schmidt@ipfire.org Date: Fri Sep 10 21:46:18 2010 +0200
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
commit b7515822bda83729a79acf3693179d048d21ad95 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Fri Sep 10 21:45:40 2010 +0200
Added openvpn pam.so. d
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openvpn | 1 + lfs/openvpn | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/openvpn b/config/rootfiles/common/openvpn index 47b42f9..23742b3 100644 --- a/config/rootfiles/common/openvpn +++ b/config/rootfiles/common/openvpn @@ -1,3 +1,4 @@ +lib/openvpn-auth-pam.so usr/sbin/openvpn #usr/share/doc/openvpn #usr/share/man/man8/openvpn.8 diff --git a/lfs/openvpn b/lfs/openvpn index 8c8ad71..792de60 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -75,6 +75,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install cd $(DIR_APP) && cp -Rvf $(DIR_SRC)/config/ovpn /var/ipfire + cd $(DIR_APP)/plugin/auth-pam && make + cp -pvf $(DIR_APP)/plugin/auth-pam/openvpn-auth-pam.so /lib/ -mkdir -vp /var/ipfire/ovpn/ca -mkdir -vp /var/ipfire/ovpn/crls touch /var/ipfire/ovpn/ovpn-leases.db
hooks/post-receive -- IPFire 2.x development tree