Skip to content

Commit

Permalink
generate racoon.8 automagically using ${sysconfdir}.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jun 11, 2000
1 parent f2f104f commit 3e32fda
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 121 deletions.
4 changes: 2 additions & 2 deletions kame/kame/racoon/configure
Expand Up @@ -3930,7 +3930,7 @@ done
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "Makefile samples/psk.txt samples/racoon.conf samples/remote.conf" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
trap 'rm -fr `echo "Makefile samples/psk.txt samples/racoon.conf samples/remote.conf racoon.8" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
Expand Down Expand Up @@ -4019,7 +4019,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf"}
CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf racoon.8"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
Expand Down
2 changes: 1 addition & 1 deletion kame/kame/racoon/configure.in
Expand Up @@ -567,4 +567,4 @@ AC_SUBST(sysconfdir_x)
dnl Checks for getifaddrs
AC_CHECK_FUNCS(getifaddrs)

AC_OUTPUT(Makefile samples/psk.txt samples/racoon.conf samples/remote.conf)
AC_OUTPUT(Makefile samples/psk.txt samples/racoon.conf samples/remote.conf racoon.8)
115 changes: 0 additions & 115 deletions kame/kame/racoon/racoon.8

This file was deleted.

6 changes: 3 additions & 3 deletions kame/kame/racoon/racoon.8.in
Expand Up @@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: racoon.8.in,v 1.6 2000/05/31 17:00:08 itojun Exp $
.\" $Id: racoon.8.in,v 1.7 2000/06/11 15:41:24 itojun Exp $
.\"
.Dd July 7, 1998
.Dt RACOON 8
Expand Down Expand Up @@ -92,8 +92,8 @@ Use alternate log file.
.El
.\"
.Sh FILES
.Bl -tag -width /etc/racoon.conf -compact
.It Pa /usr/local/etc/racoon.conf
.Bl -tag -width @sysconfdir@/racoon.conf -compact
.It Pa @sysconfdir@/racoon.conf
default configuration file.
.It Pa /var/log/racoon.log
default log file.
Expand Down

0 comments on commit 3e32fda

Please sign in to comment.