diff options
author | 1999-01-05 08:40:32 +0000 | |
---|---|---|
committer | 1999-01-05 08:40:32 +0000 | |
commit | 961e8208e3bbd1868fe8f83bf9445217d45f8b05 (patch) | |
tree | fad65de331ed18f49abc615f57d1390477a462ab | |
parent | be extra careful to not divide by zero; more arches to come (diff) | |
download | wireguard-openbsd-961e8208e3bbd1868fe8f83bf9445217d45f8b05.tar.xz wireguard-openbsd-961e8208e3bbd1868fe8f83bf9445217d45f8b05.zip |
sync
-rw-r--r-- | distrib/sets/lists/base/mi | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/distrib/sets/lists/base/mi b/distrib/sets/lists/base/mi index 5183fce5f23..6ebb3e87b16 100644 --- a/distrib/sets/lists/base/mi +++ b/distrib/sets/lists/base/mi @@ -704,6 +704,7 @@ ./usr/lib/perl5/shellwords.pl ./usr/lib/perl5/sigtrap.pm ./usr/lib/perl5/site_perl +./usr/lib/perl5/site_perl/i386-openbsd/sys/midiio.ph ./usr/lib/perl5/stat.pl ./usr/lib/perl5/strict.pm ./usr/lib/perl5/subs.pm @@ -1592,6 +1593,7 @@ ./usr/share/sendmail/ostype/sunos4.1.m4 ./usr/share/sendmail/ostype/svr4.m4 ./usr/share/sendmail/ostype/ultrix4.m4 +./usr/share/sendmail/ostype/unixware7.m4 ./usr/share/sendmail/ostype/unknown.m4 ./usr/share/sendmail/ostype/uxpds.m4 ./usr/share/sendmail/sh @@ -2245,11 +2247,11 @@ ./var/named ./var/named/dev ./var/named/etc -./var/named/localhost.rev ./var/named/named-xfer ./var/named/named.boot ./var/named/namedb -./var/named/root.cache +./var/named/namedb/localhost.rev +./var/named/namedb/root.cache ./var/preserve ./var/quotas ./var/run @@ -2335,6 +2337,23 @@ ./var/www/htdocs/manual/misc/vif-info.html ./var/www/htdocs/manual/misc/windoz_keepalive.html ./var/www/htdocs/manual/mod +./var/www/htdocs/manual/mod/core.html +./var/www/htdocs/manual/mod/directive-dict.html +./var/www/htdocs/manual/mod/directives.html +./var/www/htdocs/manual/mod/footer.html +./var/www/htdocs/manual/mod/header.html +./var/www/htdocs/manual/mod/index.html +./var/www/htdocs/manual/mod/mod_access.html +./var/www/htdocs/manual/mod/mod_actions.html +./var/www/htdocs/manual/mod/mod_alias.html +./var/www/htdocs/manual/mod/mod_asis.html +./var/www/htdocs/manual/mod/mod_auth.html +./var/www/htdocs/manual/mod/mod_auth_anon.html +./var/www/htdocs/manual/mod/mod_auth_db.html +./var/www/htdocs/manual/mod/mod_auth_dbm.html +./var/www/htdocs/manual/mod/mod_autoindex.html +./var/www/htdocs/manual/mod/mod_browser.html +./var/www/htdocs/manual/mod/mod_cern_meta.html ./var/www/htdocs/manual/mod/mod_cgi.html ./var/www/htdocs/manual/mod/mod_cookies.html ./var/www/htdocs/manual/mod/mod_digest.html @@ -2477,22 +2496,3 @@ ./var/yp/Makefile.yp ./var/yp/Makefile.yp.dist ./var/yp/README -./var/www/htdocs/manual/mod/core.html -./var/www/htdocs/manual/mod/directive-dict.html -./var/www/htdocs/manual/mod/directives.html -./var/www/htdocs/manual/mod/footer.html -./var/www/htdocs/manual/mod/header.html -./var/www/htdocs/manual/mod/index.html -./var/www/htdocs/manual/mod/mod_access.html -./var/www/htdocs/manual/mod/mod_actions.html -./var/www/htdocs/manual/mod/mod_alias.html -./var/www/htdocs/manual/mod/mod_asis.html -./var/www/htdocs/manual/mod/mod_auth.html -./var/www/htdocs/manual/mod/mod_auth_anon.html -./var/www/htdocs/manual/mod/mod_auth_db.html -./var/www/htdocs/manual/mod/mod_auth_dbm.html -./var/www/htdocs/manual/mod/mod_autoindex.html -./var/www/htdocs/manual/mod/mod_browser.html -./var/www/htdocs/manual/mod/mod_cern_meta.html -./usr/lib/perl5/site_perl/i386-openbsd/sys/midiio.ph -./usr/share/sendmail/ostype/unixware7.m4 |