aboutsummaryrefslogtreecommitdiffstats
path: root/security/openscep/files/pkg-install.in
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-05-24 06:21:25 +0800
committerjylefort <jylefort@FreeBSD.org>2005-05-24 06:21:25 +0800
commit66a62657756c24dc66f5bf28ab34c6a9757f26a9 (patch)
tree96d68287912e9c37e25e172680382ad9077e1cdc /security/openscep/files/pkg-install.in
parent4917b31ccbe3fc9ac69c6700979322f62bdf969d (diff)
downloadfreebsd-ports-graphics-66a62657756c24dc66f5bf28ab34c6a9757f26a9.tar.gz
freebsd-ports-graphics-66a62657756c24dc66f5bf28ab34c6a9757f26a9.tar.zst
freebsd-ports-graphics-66a62657756c24dc66f5bf28ab34c6a9757f26a9.zip
Add openscep.
OpenSCEP is an open source implementation of the SCEP protocol used by Cisco routers for certificate enrollment to build VPNs. It implements most of the draft specification. OpenSCEP includes a client and a server implementation, as well as some CGI programs to simplify certificate and revocation list management. WWW: http://openscep.othello.ch/ PR: ports/81264 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'security/openscep/files/pkg-install.in')
-rw-r--r--security/openscep/files/pkg-install.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/openscep/files/pkg-install.in b/security/openscep/files/pkg-install.in
new file mode 100644
index 00000000000..585a18d73eb
--- /dev/null
+++ b/security/openscep/files/pkg-install.in
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ "$2" != "POST-INSTALL" ] && exit 0
+
+for f in %%CONF_FILES%%; do
+ [ -f "%%CONF_DIR%%/$f" ] || cp -p "%%CONF_DIR%%/$f.default" "%%CONF_DIR%%/$f"
+done