]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openvpn: build down-root plugin.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 26 May 2011 05:30:58 +0000 (07:30 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 26 May 2011 05:30:58 +0000 (07:30 +0200)
config/rootfiles/common/openvpn
lfs/openvpn

index 23742b3d8bdb5adfb2ed8ace5b9fd673c8ace8a6..1ecaff83b491ef673e747aab94fbda2e5ab86787 100644 (file)
@@ -1,4 +1,5 @@
 lib/openvpn-auth-pam.so
+lib/openvpn-down-root.so
 usr/sbin/openvpn
 #usr/share/doc/openvpn
 #usr/share/man/man8/openvpn.8
index 792de60dab18452df2ced2797e156df90d021343..925c2ad96f4cf9f3876725f975601d3562f817e9 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -77,6 +77,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        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/
+       cd $(DIR_APP)/plugin/down-root && make
+       cp -pvf $(DIR_APP)/plugin/down-root/openvpn-down-root.so /lib/
        -mkdir -vp /var/ipfire/ovpn/ca
        -mkdir -vp /var/ipfire/ovpn/crls
        touch /var/ipfire/ovpn/ovpn-leases.db