mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
|
--- pipsecd.sh.orig Thu Oct 14 12:58:43 1999
|
||
|
+++ pipsecd.sh Thu Oct 14 13:00:38 1999
|
||
|
@@ -0,0 +1,2 @@
|
||
|
+#!/bin/sh
|
||
|
+cd /usr/local; [ -x sbin/pipsecd -a -f etc/ipsec/pipsecd.conf ] && sbin/pipsecd & && echo -n ' pipsecd'
|