883 Commits

Author SHA1 Message Date
mycroft
7f26bb202e Set cr_gid properly, and adjust for getgrouplist() change. 1995-06-02 21:04:24 +00:00
pk
7fc3672d12 Correct argument in error msg. (PR #1087) 1995-06-02 15:03:34 +00:00
pk
0dee01cc03 Remove local declarations of ctime(). 1995-06-02 15:02:18 +00:00
thorpej
c381c611ec Make the behavior of `-s' consistent. 1995-06-02 01:02:09 +00:00
thorpej
9cf337c39b Install this setuid-root. 1995-06-01 23:38:51 +00:00
thorpej
9d50339841 Lots of things; use getopt(), make `-i ...' work, others. 1995-06-01 23:27:00 +00:00
mycroft
01207e9c90 Update to multicast 3.5. 1995-06-01 05:45:27 +00:00
mycroft
03bc7e4381 Update to multicast 3.5. 1995-06-01 05:32:11 +00:00
mycroft
bf70a55f72 Update to multicast 3.5. 1995-06-01 05:19:10 +00:00
mycroft
6995f4fc92 Update to multicast 3.5. 1995-06-01 02:25:45 +00:00
jtc
9f28755bff <sys/syslog.h> -> <syslog.h> 1995-05-28 05:31:01 +00:00
mycroft
65eea9435d Use inet_aton(), not inet_addr(). 1995-05-22 01:02:34 +00:00
mycroft
c05dec805f Use inet_aton(), not inet_addr(). 1995-05-21 17:14:38 +00:00
mycroft
800709ce22 Use inet_aton(), not inet_addr(). 1995-05-21 15:50:45 +00:00
mycroft
53d11296c2 Use strerror(), not sys_errlist[]. 1995-05-20 02:38:23 +00:00
mycroft
bc0c748b67 Use inet_aton(), not inet_addr(). 1995-05-19 22:22:34 +00:00
mycroft
76a3199557 Use inet_aton(), not inet_addr(). 1995-05-19 22:05:08 +00:00
cgd
f1883097f5 fix priority mangling when sending to remote syslogds. (pr 1039, by
Jarle Greipsland.)  Fix not exactly the same as the one in the PR, but close.
1995-05-14 04:18:45 +00:00
leo
93dc1f1fea Make it work for both Amiga and Atari. Add new '-f' option. 1995-05-12 21:04:26 +00:00
leo
096846a93b Atari-port now also uses iteconfig 1995-05-12 20:51:38 +00:00
cgd
be68575548 don't build netgroup(5) here. 1995-05-11 23:15:05 +00:00
mycroft
72039e8003 Increase size of buffer for file names. 1995-05-08 19:30:31 +00:00
cgd
c626f39b3a update 'files' files search paths and manual page descriptions for
the config program renaming.
1995-04-28 08:15:48 +00:00
cgd
26444ba22c only build config.old on machines that need it. 1995-04-28 08:14:41 +00:00
cgd
ee89d6ebad old config has moved here; attendant name changes. 1995-04-28 07:00:57 +00:00
cgd
064307e690 config.new has been moved here. names updated to match. 1995-04-28 06:54:58 +00:00
cgd
8aec5a0ab6 moved into config. 1995-04-28 06:54:10 +00:00
cgd
d64248e551 build config.old instead of config.new 1995-04-28 06:53:49 +00:00
cgd
39e0ed2fd0 cast pointers to longs, not ints. don't return ptr to local var. 1995-04-24 13:27:39 +00:00
cgd
06b20eca85 need string.h 1995-04-24 13:25:55 +00:00
cgd
e275cd471b cast to avoid warning. 1995-04-24 13:25:34 +00:00
cgd
867b4b0fac needs string.h 1995-04-24 13:25:18 +00:00
cgd
65dbd03764 the alpha says 'no' to amd 1995-04-21 04:42:34 +00:00
cgd
af6ef0d828 need stdlib.h 1995-04-21 04:41:21 +00:00
cgd
ff276cbedc really nasty hack for the alpha. bigtime XXX 1995-04-21 04:40:36 +00:00
christos
172747839f Fixes from David Brownlee to:
- default to /etc/netgroup if no input file is specified.
- create a temporary file and rename that to the final destination,
  so the we don't get partially created netgroup files.

Fixes PR bin/963.
1995-04-17 15:12:58 +00:00
cgd
662feab780 enable use of include files from "files" files. 1995-04-17 06:59:11 +00:00
mycroft
0cc4d5f125 Patch from Mike Pritchard to use `-t' option to sendmail, and prevent
overrunning some arrays.
1995-04-14 19:49:32 +00:00
mycroft
abd8200176 Reset group list before execing child, as pointed out by Mike Pritchard. 1995-04-14 19:23:43 +00:00
mycroft
e6ae4619a7 Add missing #include. 1995-04-13 02:07:23 +00:00
mycroft
7bffa9e3f0 Print out the `clean' field. 1995-04-12 21:23:24 +00:00
jtc
a005fb19e3 fix typo 1995-04-12 05:19:51 +00:00
jtc
cc47146dee Install manpage as both bootparamd(8) and rpc.bootparamd(8).
Changed manpage so both bootparamd and rpc.bootparamd are mentioned in NAME
section.
1995-04-12 00:53:09 +00:00
mycroft
d092e7eb1e Give open() reasonable permissions for creating a file (though this doesn't
matter for the normal case of opening a device).  Suggested by Joerg Wunsch.
1995-04-09 19:02:54 +00:00
mycroft
7e2e739abf Fix a typo that caused an off-by-one error. 1995-04-08 23:25:34 +00:00
phil
ce01c21e6d remove one "the" in a "the the". 1995-04-07 18:44:43 +00:00
jtc
ae0b9c2010 KERNEL -> _KERNEL 1995-03-28 17:18:59 +00:00
glass
1290cb93c0 botched rcsid fix completely.. 1995-03-27 02:24:13 +00:00
mrg
89621f654f 4.4BSD-Lite2 1995-03-26 22:24:18 +00:00
glass
bbb6bf7c90 new rcsid format. small cleanup 1995-03-26 21:45:18 +00:00