mycroft
ccacc504e5
Make this work again, and add ethers to the list of recursive targets.
1997-10-12 11:53:11 +00:00
hubertf
e10ebcabe2
pass the "-v"-switch on pkg_add to any pkg_add-calls
...
made for dependent packages
1997-10-11 22:25:16 +00:00
christos
3a2d682898
Fix for WARNS?= 1
1997-10-11 21:48:50 +00:00
christos
f8dba09cca
Cleanup for WARNS = 1
...
- add prototypes
- comment out rfc931(); it conflicts with the one in -lwrap and is not needed
anyway.
- remove unused variables
- add NetBSD rcsids.
1997-10-11 21:41:34 +00:00
mycroft
26a3dbe1c4
GC some garbage variables.
1997-10-11 20:26:58 +00:00
hubertf
0df6d19df1
add case PLIST_UNEXEC in show_plist();
...
makes "pkg_info -v" barf no more when @unexec command are present in PLIST
1997-10-11 20:26:22 +00:00
mycroft
3ec2ebdb68
GC some garbage variables.
1997-10-11 20:25:53 +00:00
veego
e288b27b29
Don't install this libraries, we only this during the build.
1997-10-11 19:42:34 +00:00
veego
0751ae9b9b
Use \" for /'s in Makefile defines.
1997-10-11 18:11:41 +00:00
enami
136d7f791b
Add -h option to usage.
1997-10-11 03:14:12 +00:00
christos
fcc796698e
Fix printf format warnings.
1997-10-10 16:12:10 +00:00
christos
81dbba7d10
PR/4082, PR/4149: amd dumps core if a server is down, amd cannot mount
...
filesystems from servers that fail the portmapper version test [lanman].
1997-10-10 16:11:12 +00:00
mycroft
e8f7fd90c1
Actually, punt the library' keyword; it does the same thing as
object',
...
and we really only need one of them.
1997-10-10 10:41:18 +00:00
mycroft
7d58ce9471
Add object' and
library' keywords to pull in precompiled .o and .a files.
...
Syntax is like the `file' keyword; e.g.:
object arch/i386/i386/mumble.o [mumble] [needs-flag]
Largely from Michael Richardson in PR 3833, with some changes by me.
1997-10-10 10:27:53 +00:00
mycroft
054b6cb773
Allow options and makeoptions to take an empty string as a value.
1997-10-10 09:32:03 +00:00
lukem
0acf0ef008
only compile common_source/* once (25% faster), remove unused printcap.c
1997-10-10 09:26:35 +00:00
mrg
74f573d85d
remove advertising clause from all my licenses.
1997-10-10 05:39:47 +00:00
hubertf
b979def939
Fix typo: hte -> the
1997-10-10 03:42:18 +00:00
cjs
b1caf63d0a
Build smrsh to use /usr/libexec/sm.bin and install in /usr/libexec/smrsh.
1997-10-09 20:09:38 +00:00
cjs
cec80a9c8c
Bring sendmail/cf fully into sync with sendmail-8.8.7.
1997-10-09 19:39:51 +00:00
mrg
38811f7fea
document -d, -s. remove bogus #port. fix getopt().
1997-10-09 07:58:39 +00:00
jtc
3bc5599f8b
Fix tipo inherited from old version of TNF copyright template.
1997-10-08 22:19:18 +00:00
cjs
faa16d67af
Include <string.h> and use proper types for str*() so that this compiles
...
on the Alpha. Also remove register decl's while I'm here.
1997-10-08 20:47:38 +00:00
cjs
2c695bcd2a
Include <string.h> and use proper types for str*() so that this compiles
...
on the Alpha. Also remove register decl's while I'm here.
1997-10-08 20:25:24 +00:00
veego
98d951955c
s/CURDIR/.CURDIR/ and add a missing "
1997-10-08 18:59:38 +00:00
mycroft
b1f70b30ce
Byte-swap the ethernet type field as required. From Dave Huang in PR 4215.
1997-10-08 16:57:04 +00:00
kleink
fde532da89
getopt(3) usage police: EOF is deprecated, check against -1.
1997-10-08 16:55:41 +00:00
lukem
f5eefd0a1d
- set the umask to 077, to protect the created directory
...
- clean up a couple of the messages
1997-10-08 14:09:19 +00:00
lukem
7b926dd1c9
- print a message and exit if the port returned by clnt(udp|tcp)_create isn't
...
a reserved port
- don't define optarg/optind - it comes from <unistd.h>
- deprecate register
1997-10-08 13:45:21 +00:00
mycroft
c5aacdd3b3
Don't sleep if we get EINTR from select(2) (e.g. because we got
...
a SIGCHLD when something died). From PR 4056, by David Holland.
1997-10-08 07:15:59 +00:00
lukem
91b6547967
fix cutnpasto
1997-10-08 00:11:51 +00:00
lukem
87ca3b181a
minor KNFify
1997-10-07 15:00:35 +00:00
lukem
93c1ffe13c
use err instead of errx, so the user has some idea why the file wasn't opened
1997-10-07 14:59:37 +00:00
lukem
5f88ebd1a3
fix & simplify test for skippable lines
1997-10-07 14:56:11 +00:00
lukem
6ea62c3327
simplify test for skippable lines
1997-10-07 14:46:48 +00:00
lukem
0d2bc0fdb6
use err instead of errx, so the user has some idea why the file wasn't opened
1997-10-07 14:45:18 +00:00
lukem
618db68108
grabage collect this
1997-10-07 14:43:44 +00:00
lukem
55d8f20490
use err instead of errx, so the user has some idea why the file wasn't opened
1997-10-07 14:42:32 +00:00
lukem
c0495ebb45
nuke register & unnecessary extern's, factor out common code
1997-10-07 14:39:06 +00:00
lukem
dc497bdd46
cleanup typos, grammaros, thinkos, and misuse of mdoc macros
1997-10-07 14:23:50 +00:00
thorpej
738a90b1b7
Build sup.
1997-10-07 01:36:21 +00:00
thorpej
b7b213b4f5
Add a README describing how to build this on a non-NetBSD system (yes,
...
that's actually useful :-) using the Makefile in the source/ subdirectory.
1997-10-07 01:33:30 +00:00
thorpej
b92a5b9b37
Add NetBSD Makefile infrastructure for building the sup programs.
1997-10-07 01:31:07 +00:00
thorpej
42d99e64c5
Garbage-collect the USE_CRYPT stuff.
1997-10-07 01:27:14 +00:00
hubertf
c6393b5c9a
Fix off-by-one error, closing PR bin/4067 by myself.
1997-10-07 01:24:05 +00:00
enami
b6cd49460e
Document -h flag, option to manupilate symbolic link.
1997-10-06 13:33:54 +00:00
enami
7bb0a4feb9
Change the noop flag -h to do the real work. Now if -h is given,
...
owner/group of symbolic link is changed.
1997-10-06 13:28:00 +00:00
lukem
07e169df74
add mkalias & revnetgroup
1997-10-06 06:55:50 +00:00
lukem
7307c9a9a5
KNF & WARNSify
1997-10-06 06:54:09 +00:00
lukem
6a8388c539
- KNFify
...
- cleanup for WARNS
- cleanup man page
1997-10-06 06:10:15 +00:00