Commit Graph

207 Commits

Author SHA1 Message Date
garbled
6faffe5be6 Add all the files sushi installs out of sharesrc (the menus themselves) 2001-01-05 07:39:10 +00:00
garbled
50d861c76a Add the sushi directories 2001-01-05 07:02:38 +00:00
garbled
5fc8b22a34 Add cdk's include directory 2001-01-04 20:35:35 +00:00
itojun
6d62925a7c /etc/openssl/cert.pem is a file, not a directory. PR 11772 2000-12-31 07:32:33 +00:00
augustss
f431253c4a Add usbhidaction. 2000-12-30 13:11:34 +00:00
itojun
3207cfe8dd install sample configuration files into /usr/share/examples/racoon.
make variable "SBIN_RACOON" will build static racoon binary, and installs
it into /sbin (nonstandard)
2000-12-29 03:16:39 +00:00
itojun
9a441d9bb8 dig /etc/racoon 2000-12-29 02:43:42 +00:00
itojun
31daf71078 visit usr.sbin/racoon in build process (if MKCRYPTO != no). 2000-12-29 02:41:55 +00:00
itojun
d31d542a97 populate citrus xpg4dl locale definitions into /usr/share.
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.

TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.
2000-12-22 01:31:47 +00:00
kleink
d615c85a36 Update for tzdata2000h. 2000-12-19 14:28:40 +00:00
thorpej
a96f17f2b7 Add ALTQ programs. 2000-12-17 03:08:39 +00:00
jmc
d56c4e8a99 Remove lkm and move to obsolete 2000-12-14 04:15:54 +00:00
is
f06406d722 uuchk is not program-called; it is called by the administrator to check the
configuration file.
2000-12-11 15:49:07 +00:00
ad
9af5448e0a Add a basic control program for iop devices. 2000-12-11 13:48:52 +00:00
scw
5f25c7dbd1 ./usr/bin/pmc belongs in md.i386, not mi. 2000-11-24 22:15:09 +00:00
wiz
e9be2a4aa7 add some timezones 2000-11-18 06:10:11 +00:00
wiz
1c35e133b0 Install html documentation for libbz2/bzip2.
Reviewed by Simon Burge.
2000-11-10 02:00:09 +00:00
wiz
8889eeece7 obsolete /etc/disklabels (files now in /var/backups/disklabel.*) 2000-11-08 10:49:27 +00:00
thorpej
00e7c5991c Add /sbin/wdogctl. 2000-11-05 05:33:22 +00:00
veego
6a6f201042 Add /usr/share/locale/no@nynorsk/LC_MESSAGES used by gettext. 2000-11-03 05:40:58 +00:00
veego
a5c364efbb Add /usr/share/locale/{da,pt}/LC_MESSAGES used by gettext. 2000-11-02 20:49:10 +00:00
thorpej
0f6926e576 Add pmc(1). 2000-10-24 23:59:00 +00:00
simonb
2d420ac39b Remove unused usermgmt skel files.
Part of fix for PR bin/10985.
2000-10-16 13:48:20 +00:00
simonb
25716e1751 Remove /usr/share/skel and contents. These are _not_ placed on the
obsolete lists as people may have made local configuration changes
to these files.

Part of fix for PR bin/10985.
2000-10-16 13:35:05 +00:00
wiz
2ac48cb779 add /etc/defaults 2000-10-14 01:54:28 +00:00
thorpej
a04669c405 Add ssh-related files. 2000-09-28 22:25:28 +00:00
joda
508e837d4f add /usr/share/examples/kerberos 2000-09-10 20:02:46 +00:00
enami
94c412e795 Sync with reality. 2000-08-07 05:40:21 +00:00
thorpej
9ccb9bba06 /usr/libexec/hprop -> /usr/sbin/hprop 2000-08-06 20:44:54 +00:00
thorpej
b07f36fe5c /usr/libexec/kdc -> /usr/sbin/kdc 2000-08-06 19:32:13 +00:00
kleink
83c3cc1409 Sync with tzdata2000e. 2000-07-31 14:26:40 +00:00
wiz
d92d6cf4ad add /usr/share/wscons directory and contents 2000-07-28 00:13:59 +00:00
itojun
0e416c083c add usr.bin/{hoststat,purgestat}, which are new argv[0] hack
for sendmail 8.10.x and beyond.  sorry that i forgot to add this one.

From: Andrew Brown <atatat@atatdot.net>
2000-07-26 16:35:33 +00:00
lukem
0b284e70ff add usr/share/examples/syslogd/* 2000-07-13 14:31:13 +00:00
thorpej
d4ef07d010 Add the bdes(1) related entries. 2000-07-13 00:35:22 +00:00
thorpej
8b1b3bc680 gifconfig(8) is obsolete. 2000-06-30 18:07:16 +00:00
mrg
128b39502d * sys/vm is dead.
- obsolete <vm/vm.h>
- put ./usr/include/uvm in base not comp (like everything else).
- remove ./usr/include/vm
2000-06-29 12:03:08 +00:00
thorpej
b4ee6fb6cc First sweep of fixing up set lists after crypto integration. 2000-06-21 06:27:55 +00:00
itojun
13f3f0e53d remove /usr/sbin/setkey, since it is now in /sbin .
From: "Akira KUBO" <punio@BALTIMORE.CO.JP>
2000-06-15 04:11:18 +00:00
itojun
11a42bf1f4 move setkey(8) from usr.sbin to sbin, to enable us to initialize
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
2000-06-13 15:15:21 +00:00
itojun
f271a2cc0d do not install /usr/sbin/scriptdump, a helper perl script for setkey(8).
makes no sense when we have no perl in base system.
2000-06-13 05:35:45 +00:00
mycroft
5f61ae5a02 Whee. Catchup time again. 2000-06-12 19:49:17 +00:00
thorpej
4b4411fe04 Update for reality. 2000-06-07 01:31:37 +00:00
shin
6eb7daf256 sync with reality. 2000-05-18 07:22:57 +00:00
christos
72c4881e9a add magic.mime 2000-05-14 23:07:43 +00:00
thorpej
2a90261514 Add cat4/arm26 and man4/arm26. 2000-05-10 23:25:44 +00:00
mycroft
b62104ce62 Sync (mostly). 2000-05-06 06:22:21 +00:00
veego
43cea5b587 Add /usr/sbin/ipfs 2000-05-03 11:44:31 +00:00
simonb
44e419a369 Adjust sets for ntp4.
XXX: Obsolete sets still need to be fixed.
2000-05-02 12:46:05 +00:00
thorpej
314fe7d9ef ./usr/share/postfix -> ./usr/share/examples/postfix 2000-05-01 05:28:25 +00:00