summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/examples
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-05 13:35:05 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-05 13:35:05 +0000
commitf94dc5b1f1af373260ac996d6416fd27c9fe8f4b (patch)
tree7ada973823e0eeac3518a0246b606d9e7d7462fd /usr.sbin/crunch/examples
parent2c3516e03226f1fce6fde611990de90beca8a969 (diff)
downloadFreeBSD-src-f94dc5b1f1af373260ac996d6416fd27c9fe8f4b.zip
FreeBSD-src-f94dc5b1f1af373260ac996d6416fd27c9fe8f4b.tar.gz
Add a new special called `keep' to the list of special options. It
provides for a means to specify an argument for crunchide's -k option. (This is required by ntpdate.) Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)
Diffstat (limited to 'usr.sbin/crunch/examples')
-rw-r--r--usr.sbin/crunch/examples/really-big.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/crunch/examples/really-big.conf b/usr.sbin/crunch/examples/really-big.conf
index ce5083f..17c7c64 100644
--- a/usr.sbin/crunch/examples/really-big.conf
+++ b/usr.sbin/crunch/examples/really-big.conf
@@ -89,6 +89,15 @@ srcdirs /usr/src/usr.sbin/timed # timed & timedc
progs timed timedc
special timed srcdir /usr/src/usr.sbin/timed/timed
+srcdirs /usr/src/usr.sbin/xntpd # NTP subsystem
+# xntpd uses a gross hack to pass some information in the global
+# variable `progname' between the actual program (ntpdate in this
+# case), and the NTP library. Add `progname' to the keep list.
+progs ntpdate
+special ntpdate srcdir /usr/src/usr.sbin/xntpd/ntpdate
+special ntpdate keep progname
+libs -L/usr/src/usr.sbin/xntpd/lib -lntp
+
srcdirs /usr/src/usr.sbin/yp # yp subsystem
progs ypbind ypwhich ypcat ypmatch ypset yppoll
OpenPOWER on IntegriCloud