diff options
author | gdt <gdt> | 2004-08-27 17:57:35 +0200 |
---|---|---|
committer | gdt <gdt> | 2004-08-27 17:57:35 +0200 |
commit | 69f1fc22f70b4baed62582cbaaefaf374665791c (patch) | |
tree | 27c18783fb335758e2008533ec8980316ef57862 /pkgsrc/README.txt | |
parent | Brown paperbag, please. Don't segfault if VTYSH_PAGER isn't defined. (diff) | |
download | frr-69f1fc22f70b4baed62582cbaaefaf374665791c.tar.xz frr-69f1fc22f70b4baed62582cbaaefaf374665791c.zip |
Add start/stop scripts for the rc.d framework used by
pkgsrc (NetBSD and others). Contributed by Miles Nordin.
Diffstat (limited to 'pkgsrc/README.txt')
-rw-r--r-- | pkgsrc/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgsrc/README.txt b/pkgsrc/README.txt new file mode 100644 index 000000000..13ec449a1 --- /dev/null +++ b/pkgsrc/README.txt @@ -0,0 +1,7 @@ +$Id: README.txt,v 1.1 2004/08/27 15:57:35 gdt Exp $ + +This directory contains files for use with the pkgsrc framework +(http://www.pkgsrc.org) used with NetBSD and other operating systems. +Eventually it will be hooked into automake such that they can be +installed in /usr/pkg/etc/rc.d (via configure option, probably). + |