CVS log for src/usr.sbin/postinstall/Attic/postinstall
Up to [cvs.NetBSD.org] / src / usr.sbin / postinstall
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.216.6.2
Mon Apr 13 08:05:56 2020 UTC (5 years ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.216.6.1: +1 -1
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.233
Fri Jun 14 01:06:33 2019 UTC (5 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
FILE REMOVED
Changes since revision 1.232: +1 -1
lines
build dynamically the list of compat archsubdirs.
Revision 1.232: download - view: text, markup, annotated - select for diffs
Thu Jun 13 21:20:05 2019 UTC (5 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +27 -3
lines
remove obsolete library files for all the "compat" subdirs not just amd64
and sparc64.
Revision 1.231: download - view: text, markup, annotated - select for diffs
Thu Jun 13 20:53:33 2019 UTC (5 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +2 -2
lines
Anchor the egrep search to avoid npf.conf matching pf.conf, but don't
anchor $ so that blacklistd machines blackist.
Revision 1.230: download - view: text, markup, annotated - select for diffs
Thu Jun 13 19:30:30 2019 UTC (5 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +55 -31
lines
1. fix /etc/defaults/*.conf files
a. there are more rc.conf.append arch than only for x86, deal with them too.
b. populate new /etc/defaults/rc.conf files
2. merge sed patterns
3. deal with empty exclude lists
Revision 1.229: download - view: text, markup, annotated - select for diffs
Thu Jun 13 00:24:43 2019 UTC (5 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +10 -4
lines
handle $SOURCEMODE
Revision 1.228: download - view: text, markup, annotated - select for diffs
Wed Jun 12 21:08:33 2019 UTC (5 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +3 -3
lines
Add missing npf.boot.conf
Revision 1.227: download - view: text, markup, annotated - select for diffs
Wed Jun 12 17:45:23 2019 UTC (5 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +41 -167
lines
Remove hard-coded lists of rc files and generate them dynamically from the
sets. Fixes issues with automount, npf_boot etc. that were never updated here!
Revision 1.216.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:35 2019 UTC (5 years, 11 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +37 -9
lines
Sync with HEAD
Revision 1.214.4.2: download - view: text, markup, annotated - select for diffs
Tue May 14 11:33:43 2019 UTC (5 years, 11 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1
Diff to: previous 1.214.4.1: preferred, colored; branchpoint 1.214: preferred, colored; next MAIN 1.215: preferred, colored
Changes since revision 1.214.4.1: +2 -1
lines
Pull up following revision(s) (requested by maxv in ticket #1265):
etc/rc.d/smtoff: revision 1.1
etc/rc.d/smtoff: revision 1.2
distrib/sets/lists/etc/mi: revision 1.258
etc/rc.d/smtoff: revision 1.3
etc/rc.d/smtoff: revision 1.4
etc/defaults/rc.conf: revision 1.148
etc/rc.d/Makefile: revision 1.103
usr.sbin/postinstall/postinstall: revision 1.226
etc/rc.d/Makefile: revision 1.104
etc/mtree/special: revision 1.167
share/man/man5/rc.conf.5: revision 1.180
Add smtoff, an rc.d script that disables Simultaneous Multi-Threading. It
parses the output of cpuctl, and executes "cpuctl offline" for each CPU
that has SmtID!=0.
The default is "smtoff=NO", which means that SMT remains enabled.
Restructure code a little.
Use quoting everywhere possibly useful (always the right way, except
in the few cases where it is wrong...)
Avoid using cut & grep (from /usr/bin) so script could run before /usr
is mounted (pity cpuctl is in /usr/sbin ...).
Use sysctl -n rather than attempting to parse its output.
install rc.d
No change... Previous log message should have said:
Install rc.d/smtoff
I should know better! Don't rely upon the way the shell implements
pipes. Skip the "error" printf from GetSmtId() as there is no easy
portable way to avoid it occurring (there are complicated ways) - but
we don't need it, there is no logical difference between "error" and ""
so just use the latter (if we get an ID, good, if there is nothing, then
there is none - saying 'error' does not mean anything.)
Remove comment, since there is no parsing anymore.
Revision 1.226: download - view: text, markup, annotated - select for diffs
Sat May 11 19:31:03 2019 UTC (6 years ago) by maxv
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +2 -1
lines
Add smtoff, an rc.d script that disables Simultaneous Multi-Threading. It
parses the output of cpuctl, and executes "cpuctl offline" for each CPU
that has SmtID!=0.
The default is "smtoff=NO", which means that SMT remains enabled.
Revision 1.225: download - view: text, markup, annotated - select for diffs
Thu Apr 11 14:45:58 2019 UTC (6 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +3 -2
lines
Do not test contents of non-existing Xresource file (if X11 sets have
not been installed)
Revision 1.224: download - view: text, markup, annotated - select for diffs
Sat Mar 9 23:46:34 2019 UTC (6 years, 2 months ago) by mrg
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +3 -2
lines
remove 30-urw-aliases.conf and add 45-generic.conf and 60-generic.conf.
should fix build issues reported on current-users.
Revision 1.223: download - view: text, markup, annotated - select for diffs
Fri Mar 8 08:19:56 2019 UTC (6 years, 2 months ago) by martin
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +7 -1
lines
XDM Xresources has been extended and the new values are important for proper
working of newer XDM. Check for the missing values and ask the user to
fix manually.
Revision 1.222: download - view: text, markup, annotated - select for diffs
Thu Jan 31 10:06:32 2019 UTC (6 years, 3 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +5 -2
lines
Stop continuing /var/shm check when var_shm_symlink is in /etc/rc.conf.
OK'd by martin.
Revision 1.216.4.4: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:02:12 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.216.4.3: preferred, colored; branchpoint 1.216: preferred, colored; next MAIN 1.217: preferred, colored
Changes since revision 1.216.4.3: +2 -1
lines
Sync with HEAD, resolve a few conflicts
Revision 1.221: download - view: text, markup, annotated - select for diffs
Tue Dec 4 16:53:44 2018 UTC (6 years, 5 months ago) by plunky
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +2 -1
lines
rc.d/isdnd is obsolete
Revision 1.216.4.3: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:55 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.216.4.2: preferred, colored; branchpoint 1.216: preferred, colored
Changes since revision 1.216.4.2: +21 -3
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.220: download - view: text, markup, annotated - select for diffs
Tue Nov 6 06:16:00 2018 UTC (6 years, 6 months ago) by plunky
Branches: MAIN
CVS tags: pgoyette-compat-1126
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +2 -1
lines
add rc.d/dhcpd6
Revision 1.219: download - view: text, markup, annotated - select for diffs
Fri Oct 26 18:06:34 2018 UTC (6 years, 6 months ago) by martin
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +20 -3
lines
Add support for MAKEDEV living in /etc instead of /dev, this is one of
the supported options when init(8) creates a union mounted tmpfs on /dev.
Revision 1.216.4.2: download - view: text, markup, annotated - select for diffs
Sun Sep 30 01:46:01 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.216.4.1: preferred, colored; branchpoint 1.216: preferred, colored
Changes since revision 1.216.4.1: +1 -2
lines
Ssync with HEAD
Revision 1.218: download - view: text, markup, annotated - select for diffs
Sun Sep 23 07:24:21 2018 UTC (6 years, 7 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-1020,
pgoyette-compat-0930
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +1 -2
lines
Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.
Revision 1.216.4.1: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:38:15 2018 UTC (6 years, 9 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +2 -4
lines
Sync with HEAD
Revision 1.175.2.11: download - view: text, markup, annotated - select for diffs
Fri Jul 27 10:43:18 2018 UTC (6 years, 9 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-2-RELEASE
Diff to: previous 1.175.2.10: preferred, colored; branchpoint 1.175: preferred, colored; next MAIN 1.176: preferred, colored
Changes since revision 1.175.2.10: +29 -2
lines
Pull up following revision(s) (requested by roy in ticket #1621):
external/bsd/dhcpcd/dist/compat/crypt/sha256.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/crypt/md5.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/crypt/md5.h up to 1.1.1.2
external/bsd/dhcpcd/dist/compat/crypt/sha256.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/crypt/hmac.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/crypt/hmac.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/_strtoi.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/arc4random.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/arc4random.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/arc4random_uniform.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/arc4random_uniform.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/bitops.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/dprintf.c up to 1.1.1.2
external/bsd/dhcpcd/dist/compat/dprintf.h up to 1.1.1.2
external/bsd/dhcpcd/dist/compat/endian.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/pidfile.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/pidfile.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/queue.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/reallocarray.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/reallocarray.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/strtoi.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/strtoi.h up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/strtou.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/strlcpy.c up to 1.1.1.1
external/bsd/dhcpcd/dist/compat/strlcpy.h up to 1.1.1.1
external/bsd/dhcpcd/dist/config-null.mk up to 1.1.1.1
external/bsd/dhcpcd/dist/configure up to 1.1.1.8
external/bsd/dhcpcd/dist/iconfig.mk up to 1.1.1.1
external/bsd/dhcpcd/dist/hooks/01-test up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/02-dump up to 1.1.1.1
external/bsd/dhcpcd/dist/hooks/10-wpa_supplicant up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/15-timezone up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/20-resolv.conf up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/29-lookup-hostname up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/30-hostname up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/50-dhcpcd-compat up to 1.1.1.1
external/bsd/dhcpcd/dist/hooks/50-ntp.conf up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/50-yp.conf up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/50-ypbind.in up to 1.1.1.2
external/bsd/dhcpcd/dist/hooks/Makefile up to 1.1.1.1
external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks.8.in up to 1.1.1.4
external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks.in up to 1.1.1.4
external/bsd/dhcpcd/dist/src/GNUmakefile up to 1.1.1.1
external/bsd/dhcpcd/dist/src/Makefile up to 1.1.1.4
external/bsd/dhcpcd/dist/src/arp.c up to 1.1.1.7
external/bsd/dhcpcd/dist/src/arp.h up to 1.1.1.4
external/bsd/dhcpcd/dist/src/auth.c up to 1.1.1.5
external/bsd/dhcpcd/dist/src/auth.h up to 1.1.1.3
external/bsd/dhcpcd/dist/src/bpf.c up to 1.7
external/bsd/dhcpcd/dist/src/bpf.h up to 1.1.1.4
external/bsd/dhcpcd/dist/src/common.c up to 1.1.1.5
external/bsd/dhcpcd/dist/src/common.h up to 1.1.1.4
external/bsd/dhcpcd/dist/src/control.c up to 1.1.1.3
external/bsd/dhcpcd/dist/src/control.h up to 1.1.1.2
external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.15
external/bsd/dhcpcd/dist/src/dev.c up to 1.1.1.3
external/bsd/dhcpcd/dist/src/dev.h up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dhcp-common.c up to 1.1.1.4
external/bsd/dhcpcd/dist/src/dhcp-common.h up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dhcp.c up to 1.11
external/bsd/dhcpcd/dist/src/dhcp.h up to 1.1.1.6
external/bsd/dhcpcd/dist/src/dhcp6.c up to 1.1.1.12
external/bsd/dhcpcd/dist/src/dhcp6.h up to 1.1.1.6
external/bsd/dhcpcd/dist/src/dhcpcd-definitions-small.conf up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dhcpcd-definitions.conf up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c.in up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dhcpcd-embedded.h.in up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dhcpcd.8.in up to 1.1.1.10
external/bsd/dhcpcd/dist/src/dhcpcd.c up to 1.13
external/bsd/dhcpcd/dist/src/dhcpcd.conf up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in up to 1.1.1.10
external/bsd/dhcpcd/dist/src/dhcpcd.h up to 1.1.1.5
external/bsd/dhcpcd/dist/src/duid.c up to 1.1.1.3
external/bsd/dhcpcd/dist/src/duid.h up to 1.1.1.1
external/bsd/dhcpcd/dist/src/eloop.c up to 1.1.1.5
external/bsd/dhcpcd/dist/src/eloop.h up to 1.1.1.3
external/bsd/dhcpcd/dist/src/genembedc up to 1.1.1.1
external/bsd/dhcpcd/dist/src/genembedh up to 1.1.1.1
external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.1.1.8
external/bsd/dhcpcd/dist/src/if-linux-wext.c up to 1.1.1.2
external/bsd/dhcpcd/dist/src/if-linux.c up to 1.1.1.10
external/bsd/dhcpcd/dist/src/if-options.c up to 1.10
external/bsd/dhcpcd/dist/src/if-options.h up to 1.1.1.7
external/bsd/dhcpcd/dist/src/if-sun.c up to 1.1.1.4
external/bsd/dhcpcd/dist/src/if.c up to 1.1.1.8
external/bsd/dhcpcd/dist/src/if.h up to 1.1.1.5
external/bsd/dhcpcd/dist/src/ipv4.c up to 1.1.1.9
external/bsd/dhcpcd/dist/src/ipv4.h up to 1.1.1.4
external/bsd/dhcpcd/dist/src/ipv4ll.c up to 1.1.1.4
external/bsd/dhcpcd/dist/src/ipv4ll.h up to 1.1.1.4
external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.11
external/bsd/dhcpcd/dist/src/ipv6.h up to 1.1.1.7
external/bsd/dhcpcd/dist/src/ipv6nd.c up to 1.1.1.8
external/bsd/dhcpcd/dist/src/ipv6nd.h up to 1.1.1.6
external/bsd/dhcpcd/dist/src/logerr.c up to 1.1.1.2
external/bsd/dhcpcd/dist/src/logerr.h up to 1.1.1.3
external/bsd/dhcpcd/dist/src/route.c up to 1.1.1.8
external/bsd/dhcpcd/dist/src/route.h up to 1.1.1.4
external/bsd/dhcpcd/dist/src/sa.c up to 1.1.1.3
external/bsd/dhcpcd/dist/src/sa.h up to 1.1.1.2
external/bsd/dhcpcd/dist/src/script.c up to 1.1.1.4
external/bsd/dhcpcd/dist/src/script.h up to 1.1.1.2
external/bsd/dhcpcd/dist/src/dev/Makefile up to 1.1.1.1
external/bsd/dhcpcd/dist/src/dev/udev.c up to 1.1.1.2
external/bsd/dhcpcd/dist/tests/crypt/.gitignore up to 1.1.1.1
external/bsd/dhcpcd/dist/tests/crypt/GNUmakefile up to 1.1.1.1
external/bsd/dhcpcd/dist/tests/crypt/Makefile up to 1.1.1.2
external/bsd/dhcpcd/dist/tests/crypt/README.md up to 1.1.1.1
external/bsd/dhcpcd/dist/tests/crypt/run-test.c up to 1.1.1.2
external/bsd/dhcpcd/dist/tests/crypt/test.h up to 1.1.1.2
external/bsd/dhcpcd/dist/tests/crypt/test_hmac_md5.c up to 1.1.1.3
external/bsd/dhcpcd/dist/tests/Makefile up to 1.1.1.1
external/bsd/dhcpcd/dist/tests/eloop-bench/.gitignore up to 1.1.1.1
external/bsd/dhcpcd/dist/tests/eloop-bench/Makefile up to 1.1.1.2
external/bsd/dhcpcd/dist/tests/eloop-bench/README.md up to 1.1.1.1
external/bsd/dhcpcd/dist/tests/eloop-bench/eloop-bench.c up to 1.1.1.3
external/bsd/dhcpcd/dist/.arcconfig up to 1.1.1.1
external/bsd/dhcpcd/dist/.gitignore up to 1.4
external/bsd/dhcpcd/dist/BUILDING.md up to 1.1.1.2
external/bsd/dhcpcd/dist/LICENSE up to 1.1.1.2
external/bsd/dhcpcd/dist/Makefile up to 1.1.1.5
external/bsd/dhcpcd/dist/Makefile.inc up to 1.1.1.2
external/bsd/dhcpcd/dist/README.md up to 1.1.1.3
external/bsd/dhcpcd/dist/bpf-filter.h delete
external/bsd/dhcpcd/dist/common.c delete
external/bsd/dhcpcd/dist/arp.c delete
external/bsd/dhcpcd/dist/arp.h delete
external/bsd/dhcpcd/dist/auth.c delete
external/bsd/dhcpcd/dist/auth.h delete
external/bsd/dhcpcd/dist/dhcpcd.c delete
external/bsd/dhcpcd/dist/control.c delete
external/bsd/dhcpcd/dist/common.h delete
external/bsd/dhcpcd/dist/config.h delete
external/bsd/dhcpcd/dist/dhcp-common.c delete
external/bsd/dhcpcd/dist/control.h delete
external/bsd/dhcpcd/dist/defs.h delete
external/bsd/dhcpcd/dist/dev.h delete
external/bsd/dhcpcd/dist/dhcpcd-definitions.conf delete
external/bsd/dhcpcd/dist/dhcp-common.h delete
external/bsd/dhcpcd/dist/dhcp.c delete
external/bsd/dhcpcd/dist/dhcp.h delete
external/bsd/dhcpcd/dist/dhcp6.c delete
external/bsd/dhcpcd/dist/dhcp6.h delete
external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in delete
external/bsd/dhcpcd/dist/dhcpcd-embedded.c delete
external/bsd/dhcpcd/dist/dhcpcd.8.in delete
external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in delete
external/bsd/dhcpcd/dist/dhcpcd-embedded.h delete
external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in delete
external/bsd/dhcpcd/dist/ipv4.c delete
external/bsd/dhcpcd/dist/if.c delete
external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in delete
external/bsd/dhcpcd/dist/dhcpcd.h delete
external/bsd/dhcpcd/dist/dhcpcd.conf delete
external/bsd/dhcpcd/dist/dhcpcd.conf.5.in delete
external/bsd/dhcpcd/dist/duid.c delete
external/bsd/dhcpcd/dist/duid.h delete
external/bsd/dhcpcd/dist/eloop.c delete
external/bsd/dhcpcd/dist/eloop.h delete
external/bsd/dhcpcd/dist/if-bsd.c delete
external/bsd/dhcpcd/dist/if-options.c delete
external/bsd/dhcpcd/dist/if-options.h delete
external/bsd/dhcpcd/dist/if.h delete
external/bsd/dhcpcd/dist/crypt/hmac_md5.c delete
external/bsd/dhcpcd/dist/crypt/crypt.h delete
external/bsd/dhcpcd/dist/ipv4.h delete
external/bsd/dhcpcd/dist/ipv4ll.c delete
external/bsd/dhcpcd/dist/ipv6.c delete
external/bsd/dhcpcd/dist/ipv4ll.h delete
external/bsd/dhcpcd/dist/ipv6.h delete
external/bsd/dhcpcd/dist/ipv6nd.c delete
external/bsd/dhcpcd/dist/ipv6nd.h delete
external/bsd/dhcpcd/dist/script.c delete
external/bsd/dhcpcd/dist/script.h delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/15-timezone delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/01-test delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/02-dump delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/10-mtu delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/10-wpa_supplicant delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/29-lookup-hostname delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf delete
external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ypbind delete
usr.sbin/postinstall/postinstall: revision 1.211-1.213
etc/rc.d/dhcpcd upto 1.5
doc/3RDPARTY manual edit
Import dhcpcd-7.0.7.
Adjust postinstal and rc file.
Revision 1.217: download - view: text, markup, annotated - select for diffs
Mon Jul 2 15:10:43 2018 UTC (6 years, 10 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-compat-0906,
pgoyette-compat-0728
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +2 -4
lines
Remove dhclient references.
Revision 1.214.4.1: download - view: text, markup, annotated - select for diffs
Mon Jul 10 13:06:45 2017 UTC (7 years, 10 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +2 -1
lines
Pull up following revision(s) (requested by simonb in ticket #117):
usr.sbin/postinstall/postinstall: revision 1.216
Add npfd to the list of rc.d scripts to check.
--
Revision 1.216: download - view: text, markup, annotated - select for diffs
Mon Jul 10 00:27:32 2017 UTC (7 years, 10 months ago) by simonb
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +2 -1
lines
Add npfd to the list of rc.d scripts to check.
Revision 1.215: download - view: text, markup, annotated - select for diffs
Fri Jun 16 22:58:38 2017 UTC (7 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +4 -3
lines
add missing pam items (cron, racoon)
Revision 1.202.2.4: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:53:36 2017 UTC (8 years ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.202.2.3: preferred, colored; branchpoint 1.202: preferred, colored; next MAIN 1.203: preferred, colored
Changes since revision 1.202.2.3: +31 -3
lines
Sync with HEAD
Revision 1.209.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:54:18 2017 UTC (8 years ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.209: preferred, colored; next MAIN 1.210: preferred, colored
Changes since revision 1.209: +44 -4
lines
Sync with HEAD
Revision 1.214: download - view: text, markup, annotated - select for diffs
Mon Apr 17 18:41:48 2017 UTC (8 years ago) by martin
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
netbsd-8-base,
bouyer-socketcan-base1
Branch point for: netbsd-8
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +3 -2
lines
If -x (xsrc location) is passed for "check", display it also in the
"how to fix" invocation instructions.
Revision 1.213: download - view: text, markup, annotated - select for diffs
Sat Apr 1 20:14:53 2017 UTC (8 years, 1 month ago) by roy
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +9 -1
lines
Move dhcpcd lease files to new location.
Revision 1.212: download - view: text, markup, annotated - select for diffs
Sat Apr 1 20:03:31 2017 UTC (8 years, 1 month ago) by roy
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +6 -1
lines
Move dhcpcd's rdm monotonic file if it exists.
Revision 1.211: download - view: text, markup, annotated - select for diffs
Sat Apr 1 19:14:10 2017 UTC (8 years, 1 month ago) by roy
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +16 -2
lines
Pluck dhcpcd.conf from dist/src
Move dhcpcd.duid and dhcpcd.secret from /etc to /var/db/dhcpcd/{duid,secret}
Revision 1.202.2.3: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:58:09 2017 UTC (8 years, 1 month ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.202.2.2: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.2: +31 -7
lines
Sync with HEAD
Revision 1.210: download - view: text, markup, annotated - select for diffs
Sat Feb 11 19:35:45 2017 UTC (8 years, 3 months ago) by uwe
Branches: MAIN
CVS tags: pgoyette-localcount-20170320
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +14 -2
lines
Don't use slow file_exists_exact if we don't have to.
file_exists_exact function was introduced in 1.26 for the benefit of
cross-building on OS X case-insensitive file system. It is extremely
slow on diskless machines. That becomes especially noticeable when
you upgrade a system that has a lot of obsolete files, it can take
literally hours.
Revision 1.209: download - view: text, markup, annotated - select for diffs
Mon Jan 9 19:51:31 2017 UTC (8 years, 4 months ago) by christos
Branches: MAIN
CVS tags: bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +11 -5
lines
don't try to install rc scripts for programs not installed
Revision 1.208: download - view: text, markup, annotated - select for diffs
Sat Jan 7 19:55:35 2017 UTC (8 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +7 -3
lines
add nsd
Revision 1.202.2.2: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:57:00 2017 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.202.2.1: preferred, colored; branchpoint 1.202: preferred, colored
Changes since revision 1.202.2.1: +2 -1
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.207: download - view: text, markup, annotated - select for diffs
Tue Jan 3 00:35:07 2017 UTC (8 years, 4 months ago) by jnemeth
Branches: MAIN
CVS tags: pgoyette-localcount-20170107
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +2 -1
lines
add rtsold to rc_obsolete_files :-(
Revision 1.202.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:49:27 2016 UTC (8 years, 6 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +22 -10
lines
Sync with HEAD
Revision 1.206: download - view: text, markup, annotated - select for diffs
Wed Oct 19 22:17:08 2016 UTC (8 years, 6 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20161104
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +5 -5
lines
rename populate_rc to update_rc and copy if source is newer.
Revision 1.205: download - view: text, markup, annotated - select for diffs
Fri Sep 2 20:25:14 2016 UTC (8 years, 8 months ago) by kre
Branches: MAIN
CVS tags: localcount-20160914
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +2 -2
lines
PR toolchain/51457 -- be more posix compat with sort usage, though it
(currently anyway) makes no difference on NetBSD.
Revision 1.204: download - view: text, markup, annotated - select for diffs
Fri Sep 2 05:38:44 2016 UTC (8 years, 8 months ago) by kre
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +2 -2
lines
PR toolchain/51457 -- use sort correctly
Revision 1.203: download - view: text, markup, annotated - select for diffs
Sat Aug 20 11:24:13 2016 UTC (8 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +26 -12
lines
unbound additions
Revision 1.202: download - view: text, markup, annotated - select for diffs
Sat Jan 30 23:45:37 2016 UTC (9 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +2 -1
lines
Add ip6addrctl
Revision 1.129.2.12: download - view: text, markup, annotated - select for diffs
Sun Nov 15 16:43:54 2015 UTC (9 years, 5 months ago) by bouyer
Branches: netbsd-6
Diff to: previous 1.129.2.11: preferred, colored; branchpoint 1.129: preferred, colored; next MAIN 1.130: preferred, colored
Changes since revision 1.129.2.11: +28 -1
lines
Pull up following revision(s) (requested by dholland in ticket #1312):
usr.sbin/postinstall/postinstall: revision 1.196 via patch
PR install/50020: postinstall does not check for mandoc in /etc/man.conf.
Add a check, but ask the user to fix manually (the file could have local
modifications).
Revision 1.175.2.10: download - view: text, markup, annotated - select for diffs
Thu Sep 3 03:31:15 2015 UTC (9 years, 8 months ago) by riz
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Diff to: previous 1.175.2.9: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.9: +12 -2
lines
Pull up following revision(s) (requested by snj in ticket #968):
usr.sbin/postinstall/postinstall: revision 1.201
handle blacklistd properly.
Revision 1.201: download - view: text, markup, annotated - select for diffs
Mon Aug 24 07:21:14 2015 UTC (9 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +11 -2
lines
handle blacklistd properly.
Revision 1.175.2.9: download - view: text, markup, annotated - select for diffs
Fri Aug 21 17:27:16 2015 UTC (9 years, 8 months ago) by snj
Branches: netbsd-7
Diff to: previous 1.175.2.8: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.8: +2 -2
lines
Pull up following revision(s) (requested by jnemeth in ticket #957):
usr.sbin/postinstall/postinstall: revision 1.200 via patch
PR/50158 - Simon Burge -- postinstall does not know about blacklistd
Revision 1.200: download - view: text, markup, annotated - select for diffs
Fri Aug 21 12:02:07 2015 UTC (9 years, 8 months ago) by jnemeth
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +2 -1
lines
PR/50158 - Simon Burge -- postinstall does not know about blacklistd
Revision 1.199: download - view: text, markup, annotated - select for diffs
Sat Aug 15 09:33:55 2015 UTC (9 years, 8 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +14 -14
lines
Whitespace.
Revision 1.175.2.8: download - view: text, markup, annotated - select for diffs
Fri Aug 7 06:22:10 2015 UTC (9 years, 9 months ago) by msaitoh
Branches: netbsd-7
CVS tags: netbsd-7-0-RC3
Diff to: previous 1.175.2.7: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.7: +3 -3
lines
Pull up following revision(s) (requested by snj in ticket #937):
usr.sbin/postinstall/postinstall: revision 1.191 via patch
Add resize_root
Revision 1.175.2.7: download - view: text, markup, annotated - select for diffs
Fri Jul 17 03:41:52 2015 UTC (9 years, 9 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-0-RC2
Diff to: previous 1.175.2.6: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.6: +11 -1
lines
Pull up following revision(s) (requested by jnemeth in ticket #874):
usr.sbin/postinstall/postinstall: revision 1.197
Check for an out of date /etc/fonts/fonts.conf and if so, forcibly
update it (it is not intended to be user editable). This is
primarily intended so that pkgsrc fonts installed in the new location
can be found.
Revision 1.198: download - view: text, markup, annotated - select for diffs
Sat Jul 11 06:40:37 2015 UTC (9 years, 10 months ago) by dholland
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +2 -2
lines
Comma of result is (though increasingly common) not formally recognized
grammar[,;] use a semicolon.
Revision 1.197: download - view: text, markup, annotated - select for diffs
Wed Jul 8 05:00:15 2015 UTC (9 years, 10 months ago) by jnemeth
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +11 -1
lines
Check for an out of date /etc/fonts/fonts.conf and if so, forcibly
update it (it is not intended to be user editable). This is
primarily intended so that pkgsrc fonts installed in the new location
can be found.
Revision 1.175.2.6: download - view: text, markup, annotated - select for diffs
Sun Jul 5 20:15:03 2015 UTC (9 years, 10 months ago) by snj
Branches: netbsd-7
Diff to: previous 1.175.2.5: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.5: +29 -2
lines
Pull up following revision(s) (requested by martin in ticket #864):
usr.sbin/postinstall/postinstall: revision 1.196 via patch
PR install/50020: postinstall does not check for mandoc in /etc/man.conf.
Add a check, but ask the user to fix manually (the file could have local
modifications).
Revision 1.196: download - view: text, markup, annotated - select for diffs
Thu Jul 2 09:53:12 2015 UTC (9 years, 10 months ago) by martin
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +29 -2
lines
PR install/50020: postinstall does not check for mandoc in /etc/man.conf.
Add a check, but ask the user to fix manually (the file could have local
modifications).
Revision 1.195: download - view: text, markup, annotated - select for diffs
Thu Jul 2 09:31:56 2015 UTC (9 years, 10 months ago) by martin
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +6 -4
lines
Simplify previous, pass awk as TOOL_AWK (that is what the makefile uses),
create an obj dir for make and force it to use that.
This version now works with read-only source again.
Revision 1.194: download - view: text, markup, annotated - select for diffs
Wed Jul 1 12:40:07 2015 UTC (9 years, 10 months ago) by martin
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +3 -1
lines
Clean up the src/etc/mtree directory after using it to generate the mtree
spec file.
XXX this is fishy, we should find a better way.
Revision 1.193: download - view: text, markup, annotated - select for diffs
Sun Jun 28 09:29:58 2015 UTC (9 years, 10 months ago) by martin
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +2 -2
lines
Pass AWK to make when invoking emit_dist_file.
Part of fixing PR toolchain/50004.
Revision 1.192: download - view: text, markup, annotated - select for diffs
Sat Jun 27 09:56:54 2015 UTC (9 years, 10 months ago) by martin
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +2 -2
lines
Terminate the obsole directory walking loop when we hit "/" or "."
(both relative to DESTDIR), I have seen it run into an endless loop with
_path=. when invoked from the top level make with some (valid) args.
Revision 1.175.2.5: download - view: text, markup, annotated - select for diffs
Sat May 16 03:45:21 2015 UTC (9 years, 11 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-0-RC1
Diff to: previous 1.175.2.4: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.4: +12 -4
lines
Pull up following revision(s) (requested by jnemeth in ticket #773):
usr.sbin/postinstall/postinstall: revisions 1.184, 1.187
Handle obsolete xen/pae-xen kernel modules; reported by John D. Baker.
--
add powerpc variants to the list of potentially obsolete modules to check
Revision 1.175.2.4: download - view: text, markup, annotated - select for diffs
Sat Apr 18 09:39:17 2015 UTC (10 years ago) by martin
Branches: netbsd-7
Diff to: previous 1.175.2.3: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.3: +3 -3
lines
Apply patch to fix fallout from ticket #635, requested by tron in ticket
#707.
Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Mar 31 07:57:57 2015 UTC (10 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +2 -1
lines
Add resize_root
Revision 1.190: download - view: text, markup, annotated - select for diffs
Sat Mar 21 19:10:43 2015 UTC (10 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +2 -1
lines
Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.
Revision 1.189: download - view: text, markup, annotated - select for diffs
Sat Feb 21 23:13:00 2015 UTC (10 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +2 -1
lines
Add rc script for /sbin/iscsid.
Revision 1.188: download - view: text, markup, annotated - select for diffs
Tue Dec 30 07:02:29 2014 UTC (10 years, 4 months ago) by apb
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +11 -21
lines
rc_obsolete_vars is a list of pairs, so format it with one pair per line.
Revision 1.187: download - view: text, markup, annotated - select for diffs
Tue Dec 16 05:30:40 2014 UTC (10 years, 4 months ago) by jnemeth
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +3 -1
lines
add powerpc variants to the list of potentially obsolete modules to check
Revision 1.186: download - view: text, markup, annotated - select for diffs
Sat Dec 13 02:35:02 2014 UTC (10 years, 5 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +4 -4
lines
Fix previous; obsolete vars are pairs.
Revision 1.185: download - view: text, markup, annotated - select for diffs
Sat Dec 13 02:30:39 2014 UTC (10 years, 5 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +172 -40
lines
postinstall(8): Define long item lists as variables to improve future diff-ability.
Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon Dec 1 02:08:34 2014 UTC (10 years, 5 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +10 -4
lines
Handle obsolete xen/pae-xen kernel modules; reported by John D. Baker.
Revision 1.175.2.3: download - view: text, markup, annotated - select for diffs
Fri Nov 14 18:18:14 2014 UTC (10 years, 5 months ago) by snj
Branches: netbsd-7
Diff to: previous 1.175.2.2: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.2: +24 -8
lines
Pull up following revision(s) (requested by martin in ticket #220):
usr.sbin/postinstall/postinstall: revision 1.181-1.183
Make check_ids take an additional argument (the corresponding source
file) and grep that on error for the missing information, so the user
gets all the info needed how to "FIX MANUALLY".
--
Change the order of arguments to check_ids, placing the two file names
adjacent to each other. Also add a comment explaining the "start"
argument and the "SKIP" special value.
--
Fix tab/space inconsistency in comment.
Revision 1.183: download - view: text, markup, annotated - select for diffs
Wed Nov 12 19:41:24 2014 UTC (10 years, 6 months ago) by apb
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +2 -2
lines
Fix tab/space inconsistency in comment.
Revision 1.182: download - view: text, markup, annotated - select for diffs
Wed Nov 12 19:31:05 2014 UTC (10 years, 6 months ago) by apb
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +14 -9
lines
Change the order of arguments to check_ids, placing the two file names
adjacent to each other. Also add a comment explaining the "start"
argument and the "SKIP" special value.
Revision 1.181: download - view: text, markup, annotated - select for diffs
Tue Nov 11 19:41:38 2014 UTC (10 years, 6 months ago) by martin
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +14 -3
lines
Make check_ids take an additional argument (the corresponding source
file) and grep that on error for the missing information, so the user
gets all the info needed how to "FIX MANUALLY".
Revision 1.180: download - view: text, markup, annotated - select for diffs
Thu Sep 11 13:10:04 2014 UTC (10 years, 8 months ago) by roy
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -2
lines
Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.
As discussed on tech-net@
Revision 1.146.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:05:11 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.146.2.2: preferred, colored; next MAIN 1.147: preferred, colored
Changes since revision 1.146.2.2: +223 -60
lines
Rebase to HEAD as of a few days ago.
Revision 1.175.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 12 15:14:55 2014 UTC (10 years, 9 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.175.2.1: preferred, colored; branchpoint 1.175: preferred, colored
Changes since revision 1.175.2.1: +6 -1
lines
Pull up following revision(s) (requested by apb in ticket #9):
usr.sbin/postinstall/postinstall: revision 1.176
FONTCONFIG_DIR not existing does not need to be fixed.
Revision 1.175.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 12 14:38:29 2014 UTC (10 years, 9 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +12 -12
lines
Pull up following revision(s) (requested by apb in ticket #8):
usr.sbin/postinstall/postinstall: revision 1.177
usr.sbin/postinstall/postinstall: revision 1.178
usr.sbin/postinstall/postinstall: revision 1.179
Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@.
Also remove an unnecessary eval in do_dhcpcdrundir and
fix a typo in the description.
Quoting fixes in several eval commands.
In get_makevar, ask make to recursively expand the variable,
not just print the unexpanded value. This is done by
using make -V '${VAR}' instead of make -V 'VAR'.
Revision 1.179: download - view: text, markup, annotated - select for diffs
Tue Aug 12 09:12:18 2014 UTC (10 years, 9 months ago) by apb
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +2 -2
lines
In get_makevar, ask make to recursively expand the variable,
not just print the unexpanded value. This is done by
using make -V '${VAR}' instead of make -V 'VAR'.
Revision 1.178: download - view: text, markup, annotated - select for diffs
Tue Aug 12 08:32:43 2014 UTC (10 years, 9 months ago) by apb
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +6 -6
lines
Quoting fixes in several eval commands.
Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Aug 12 08:28:04 2014 UTC (10 years, 9 months ago) by apb
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +6 -6
lines
Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@.
Also remove an unnecessary eval in do_dhcpcdrundir and
fix a typo in the description.
Revision 1.176: download - view: text, markup, annotated - select for diffs
Mon Aug 11 12:49:01 2014 UTC (10 years, 9 months ago) by roy
Branches: MAIN
CVS tags: tls-maxphys-base
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +6 -1
lines
FONTCONFIG_DIR not existing does not need to be fixed.
Revision 1.165.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 07:00:04 2014 UTC (10 years, 9 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.165: preferred, colored; next MAIN 1.166: preferred, colored
Changes since revision 1.165: +131 -27
lines
Rebase.
Revision 1.175: download - view: text, markup, annotated - select for diffs
Mon Aug 4 21:56:30 2014 UTC (10 years, 9 months ago) by apb
Branches: MAIN
CVS tags: tls-earlyentropy-base,
netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +33 -11
lines
Synchronise several shell_quote implementations, and:
* Elide some unnecessary pairs of quotation marks, to improve readability.
For example, shell_quote "''" is now \'\' instead of ''\'''\'''.
* Don't add quotes around words that contain only safe characters,
to improve readability.
* LC_COLLATE=C to prevent [a-zA-Z] from matching non-ASCII characters.
* Use ${SED} if defined.
Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon Jun 16 22:12:30 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +2 -2
lines
Use extra="${2-/,}" to use $2 if defined, else default to "/,".
Revision 1.173: download - view: text, markup, annotated - select for diffs
Mon Jun 16 22:04:39 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2
lines
Delete trailing slash with "${1%/}", not "${1#/}".
Revision 1.172: download - view: text, markup, annotated - select for diffs
Mon Jun 16 08:59:13 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +47 -1
lines
Add a new obsolete_stand target, disabled by default,
to delete old files and subdirectories under /stand/${MACHINE}.
Revision 1.171: download - view: text, markup, annotated - select for diffs
Mon Jun 16 08:39:56 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +2 -2
lines
Remove stray quotation mark
Revision 1.170: download - view: text, markup, annotated - select for diffs
Mon Jun 16 08:29:18 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +8 -6
lines
In do_sendmail, use unprefix to fix up paths that will be
processed by obsolete_paths.
Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Jun 16 08:28:08 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +3 -3
lines
Clarify wording in a comment for obsolete_paths.
Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Jun 16 08:21:20 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +28 -1
lines
Add bre_quote (copied from etcupdate), and unprefix functions.
Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon Jun 16 07:08:06 2014 UTC (10 years, 10 months ago) by apb
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +13 -11
lines
Add SORT and SED variables, in case a host environment needs them.
Revision 1.126.2.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:43:08 2014 UTC (10 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.126.2.2: preferred, colored; branchpoint 1.126: preferred, colored; next MAIN 1.127: preferred, colored
Changes since revision 1.126.2.2: +187 -62
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.129.2.10.4.1: download - view: text, markup, annotated - select for diffs
Wed May 21 20:29:17 2014 UTC (10 years, 11 months ago) by bouyer
Branches: netbsd-6-1
CVS tags: netbsd-6-1-5-RELEASE
Diff to: previous 1.129.2.10: preferred, colored; next MAIN 1.129.2.11: preferred, colored
Changes since revision 1.129.2.10: +6 -1
lines
Pull up following revision(s) (requested by mrg in ticket #1052):
usr.sbin/postinstall/postinstall: revision 1.166
don't apply "ptyfsoldnodes" if /dev/pts does not exist, even if ptyfs
is listed in /etc/fstab. without this, postinstall happily removes
all your ptys leaving you with none at all. return an error if we
have ptyfs in /etc/fstab, but no /dev/pts.
Revision 1.129.2.10.2.1: download - view: text, markup, annotated - select for diffs
Wed May 21 20:29:11 2014 UTC (10 years, 11 months ago) by bouyer
Branches: netbsd-6-0
CVS tags: netbsd-6-0-6-RELEASE
Diff to: previous 1.129.2.10: preferred, colored; next MAIN 1.129.2.11: preferred, colored
Changes since revision 1.129.2.10: +6 -1
lines
Pull up following revision(s) (requested by mrg in ticket #1052):
usr.sbin/postinstall/postinstall: revision 1.166
don't apply "ptyfsoldnodes" if /dev/pts does not exist, even if ptyfs
is listed in /etc/fstab. without this, postinstall happily removes
all your ptys leaving you with none at all. return an error if we
have ptyfs in /etc/fstab, but no /dev/pts.
Revision 1.129.2.11: download - view: text, markup, annotated - select for diffs
Wed May 21 20:29:02 2014 UTC (10 years, 11 months ago) by bouyer
Branches: netbsd-6
Diff to: previous 1.129.2.10: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.10: +5 -0
lines
Pull up following revision(s) (requested by mrg in ticket #1052):
usr.sbin/postinstall/postinstall: revision 1.166
don't apply "ptyfsoldnodes" if /dev/pts does not exist, even if ptyfs
is listed in /etc/fstab. without this, postinstall happily removes
all your ptys leaving you with none at all. return an error if we
have ptyfs in /etc/fstab, but no /dev/pts.
Revision 1.166: download - view: text, markup, annotated - select for diffs
Fri Apr 25 00:23:26 2014 UTC (11 years ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base9
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +6 -1
lines
don't apply "ptyfsoldnodes" if /dev/pts does not exist, even if ptyfs
is listed in /etc/fstab. without this, postinstall happily removes
all your ptys leaving you with none at all. return an error if we
have ptyfs in /etc/fstab, but no /dev/pts.
Revision 1.165: download - view: text, markup, annotated - select for diffs
Sat Mar 8 16:36:24 2014 UTC (11 years, 2 months ago) by martin
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +4 -4
lines
Fix wrong variable name, PR bin/48647 from Jim Bernard.
Revision 1.164: download - view: text, markup, annotated - select for diffs
Sat Feb 15 01:54:17 2014 UTC (11 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +2 -2
lines
Fix path to atf-run.hooks after import of atf-0.19.
Problem found by martin@. Not spotted by me, I think, because I always use
postinstall on an etc.tgz file and forgot about this code path.
Revision 1.163: download - view: text, markup, annotated - select for diffs
Wed Jan 29 12:56:28 2014 UTC (11 years, 3 months ago) by skrll
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +2 -2
lines
Remove harmful whitespace. Now the /var/shm check can succeed quietly.
Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Jan 17 19:06:57 2014 UTC (11 years, 3 months ago) by martin
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +25 -1
lines
Add a check to remove the temporarily (eroneously) created /@RUNDIR@
(PR bin/48529)
Revision 1.161: download - view: text, markup, annotated - select for diffs
Tue Dec 17 12:51:26 2013 UTC (11 years, 4 months ago) by njoly
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +2 -1
lines
Skip varshm check if there is no fstab (like in chroots).
Revision 1.160: download - view: text, markup, annotated - select for diffs
Fri Dec 13 07:37:50 2013 UTC (11 years, 5 months ago) by martin
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +3 -3
lines
Cosmetics: use "msg" instead of "echo"
Revision 1.159: download - view: text, markup, annotated - select for diffs
Thu Dec 5 15:41:23 2013 UTC (11 years, 5 months ago) by martin
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +58 -29
lines
Add a "varshm" check/fix to make sure /var/shm is mentioned in /etc/fstab
(and add a default of tmpfs with 25% of available ram limit if not).
To avoid the warning but not mount the tmpfs, just comment out the line
for /var/shm.
Also move "obsolete" to the end of the list again, as it should be run
last.
Revision 1.158: download - view: text, markup, annotated - select for diffs
Mon Sep 9 15:04:12 2013 UTC (11 years, 8 months ago) by prlw1
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +2 -2
lines
Add pkgpath.conf to /etc/defaults check.
Revision 1.157: download - view: text, markup, annotated - select for diffs
Sun Jul 14 15:44:00 2013 UTC (11 years, 10 months ago) by htodd
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +2 -2
lines
And add a skip for the deleted _gpio in uid.
Revision 1.156: download - view: text, markup, annotated - select for diffs
Sun Jul 14 15:27:12 2013 UTC (11 years, 10 months ago) by htodd
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +2 -2
lines
Add _rtadvd to uid check as well.
Revision 1.155: download - view: text, markup, annotated - select for diffs
Sun Jul 14 15:17:22 2013 UTC (11 years, 10 months ago) by htodd
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2
lines
Adding _rtadvd to group check.
Revision 1.146.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:29:05 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.146.2.1: preferred, colored
Changes since revision 1.146.2.1: +95 -29
lines
resync from head
Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Jun 17 17:40:17 2013 UTC (11 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -2
lines
don't echo the make command in the output file.
Revision 1.153: download - view: text, markup, annotated - select for diffs
Sat Jun 15 22:53:18 2013 UTC (11 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +6 -6
lines
- missing semicolon
- missing SKIPS
- assignment instead of comparison
Revision 1.152: download - view: text, markup, annotated - select for diffs
Tue Jun 11 14:39:07 2013 UTC (11 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +23 -13
lines
more thorough passwd/group checks.
Revision 1.151: download - view: text, markup, annotated - select for diffs
Mon Jun 10 20:33:31 2013 UTC (11 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +23 -5
lines
implement SOURCEMODE version of "fontconfig".
Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Jun 6 07:06:42 2013 UTC (11 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +41 -3
lines
update do_fontconfig() to update all the conf.avail files. fixes
errors that xkbcomp spews when the X server starts since fontconfig
was updated.
Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue May 21 12:07:03 2013 UTC (11 years, 11 months ago) by prlw1
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +2 -2
lines
add _gpio to gid check
Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu May 16 07:37:05 2013 UTC (11 years, 11 months ago) by yamt
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +8 -8
lines
try to sync lists of rc.d scripts
Revision 1.146.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:03:03 2012 UTC (12 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -2
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.129.2.9.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 1 16:45:07 2012 UTC (12 years, 6 months ago) by matt
Branches: matt-nb6-plus
Diff to: previous 1.129.2.9: preferred, colored; next MAIN 1.129.2.10: preferred, colored
Changes since revision 1.129.2.9: +2 -2
lines
sync with netbsd-6-0-RELEASE.
Revision 1.126.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:00:49 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.126.2.1: preferred, colored; branchpoint 1.126: preferred, colored
Changes since revision 1.126.2.1: +94 -47
lines
sync with head
Revision 1.129.2.10: download - view: text, markup, annotated - select for diffs
Sun Sep 30 18:59:53 2012 UTC (12 years, 7 months ago) by bouyer
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-0-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
matt-nb6-plus-nbase,
matt-nb6-plus-base
Branch point for: netbsd-6-1,
netbsd-6-0
Diff to: previous 1.129.2.9: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.9: +2 -2
lines
Pull up following revision(s) (requested by ast in ticket #568):
usr.sbin/postinstall/postinstall: revision 1.147
Make sure that the "to fix, run: ..." instructions actually work cut-and-paste
By default postinstall has mode 644 so /bin/sh or similar needs to be prepended
Revision 1.147: download - view: text, markup, annotated - select for diffs
Sat Sep 22 09:20:06 2012 UTC (12 years, 7 months ago) by ast
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
agc-symver-base,
agc-symver
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -2
lines
Make sure that the "to fix, run: ..." instructions actually work cut-and-paste
By default postinstall has mode 644 so /bin/sh or similar needs to be prepended
Revision 1.129.2.9: download - view: text, markup, annotated - select for diffs
Wed Aug 15 17:36:46 2012 UTC (12 years, 8 months ago) by sborrill
Branches: netbsd-6
CVS tags: netbsd-6-0-RC2,
netbsd-6-0-RC1
Branch point for: matt-nb6-plus
Diff to: previous 1.129.2.8: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.8: +72 -60
lines
Pull up the following revisions(s) (requested by martin in ticket #503):
usr.sbin/postinstall/postinstall: revision 1.142-1.145
Makefile: revision 1.295-1.298
Make test for and removal of old pty device nodes more portable.
Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Aug 15 16:21:41 2012 UTC (12 years, 8 months ago) by apb
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -14
lines
Remove the ability to specify multiple colon-separated fiel names with
a single "-s" option. Multiple "-s" options must now be used instead.
We have been printing a warning about this since 2008-09-14.
Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Aug 15 12:48:19 2012 UTC (12 years, 8 months ago) by apb
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +36 -4
lines
Don't rely on stat(1) with format "%SHr" to print the correct names.
That uses devname(3) internally, which doesn't work at all in a cross
build environment, and doesn't do what I thought even in a native
environment.
Instead, parse the device major numbers for the pty master and slave
devices from the output of "MAKEDEV -s pty0" and check those against the
actual device node that we are thinking of removing.
Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Aug 14 13:11:24 2012 UTC (12 years, 8 months ago) by apb
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +38 -31
lines
Change do_ptyfsoldnodes to use stat(1) to check whether a file is
a device node of the correct type. We no longer need to get the
major number from searching the MAKEDEV script, because the output
from stat(1) will contain the strings "tty" or "pty" instead of
the numeric major numbers. We also no longer rely on "find -ls".
Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Aug 14 12:07:57 2012 UTC (12 years, 8 months ago) by apb
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +4 -6
lines
Use grep -E and grep -F instead of egrep and fgrep. This reduces the
number of tools that may need to be passed in the environment.
Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Aug 14 10:38:40 2012 UTC (12 years, 8 months ago) by apb
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +1 -26
lines
Remove the "stat" shell function (stat op format target value).
It has been unused since revision 1.14 dated 2006-05-30.
Revision 1.129.2.8: download - view: text, markup, annotated - select for diffs
Mon Aug 13 20:22:20 2012 UTC (12 years, 9 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129.2.7: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.7: +49 -1
lines
Pull up following revision(s) (requested by martin in ticket #492):
usr.sbin/postinstall/postinstall: revision 1.139
usr.sbin/postinstall/postinstall: revision 1.140
usr.sbin/postinstall/postinstall: revision 1.141
Add a ptyfsoldnodes item that checks/removes old /dev/{p,t}ty* nodes
if ptyfs is used.
Make "fix ptyfsoldnodes" more verbose
Cleanup temporary file
Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon Aug 13 18:22:25 2012 UTC (12 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -1
lines
Cleanup temporary file
Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Aug 13 15:17:16 2012 UTC (12 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +8 -3
lines
Make "fix ptyfsoldnodes" more verbose
Revision 1.139: download - view: text, markup, annotated - select for diffs
Mon Aug 13 10:20:52 2012 UTC (12 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +43 -1
lines
Add a ptyfsoldnodes item that checks/removes old /dev/{p,t}ty* nodes
if ptyfs is used.
Revision 1.129.2.7: download - view: text, markup, annotated - select for diffs
Mon Jul 16 22:08:03 2012 UTC (12 years, 9 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129.2.6: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.6: +43 -11
lines
Pull up following revision(s) (requested by jmmv in ticket #419):
usr.sbin/postinstall/postinstall: revision 1.136
Properly find atf configuration files in the source tree. My previous
change dealt properly with etc.tgz only. Addresses PR bin/45870.
Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Jun 28 16:34:06 2012 UTC (12 years, 10 months ago) by kefren
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -2
lines
add ldpd rc.d script here too
Revision 1.129.2.6: download - view: text, markup, annotated - select for diffs
Mon Jun 11 23:09:24 2012 UTC (12 years, 11 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129.2.5: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.5: +3 -3
lines
Pull up following revision(s) (requested by jnemeth in ticket #302):
usr.sbin/postinstall/postinstall: revision 1.137
add _tss to uid and gid checks
Revision 1.137: download - view: text, markup, annotated - select for diffs
Fri Jun 1 21:59:06 2012 UTC (12 years, 11 months ago) by jnemeth
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +3 -3
lines
add _tss to uid and gid checks
Revision 1.126.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:09:51 2012 UTC (13 years ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +158 -21
lines
sync with head
Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Feb 29 02:40:28 2012 UTC (13 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +43 -14
lines
Properly find atf configuration files in the source tree. My previous
change dealt properly with etc.tgz only. Addresses PR bin/45870.
Revision 1.129.2.5: download - view: text, markup, annotated - select for diffs
Mon Feb 27 20:28:19 2012 UTC (13 years, 2 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129.2.4: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.4: +5 -1
lines
Pull up following revision(s) (requested by jmmv in ticket #59):
usr.sbin/postinstall/postinstall: revision 1.135
Populate /etc/atf with any missing files. Fixes PR bin/45870.
Revision 1.135: download - view: text, markup, annotated - select for diffs
Mon Feb 27 17:56:14 2012 UTC (13 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +5 -1
lines
Populate /etc/atf with any missing files. Fixes PR bin/45870.
Revision 1.129.2.4: download - view: text, markup, annotated - select for diffs
Fri Feb 24 06:12:57 2012 UTC (13 years, 2 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129.2.3: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.3: +2 -2
lines
Pull up following revision(s) (requested by nakayama in ticket #44):
usr.sbin/postinstall/postinstall: revision 1.133
Fix a call to pwd_mkdb in the case that DEST_DIR is the empty string.
Revision 1.129.2.3: download - view: text, markup, annotated - select for diffs
Thu Feb 23 18:24:18 2012 UTC (13 years, 2 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129.2.2: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.2: +2 -2
lines
Pull up following revision(s) (requested by nakayama in ticket #26):
usr.sbin/postinstall/postinstall: revision 1.132
Pass -d option to pwd_mkdb(8) in order to make databases at proper location.
Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Feb 22 16:42:07 2012 UTC (13 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +29 -21
lines
quote SRC_DIR and DEST_DIR everywhere. Also wrap some long lines.
Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Feb 22 16:27:38 2012 UTC (13 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2
lines
Fix a call to pwd_mkdb in the case that DEST_DIR is the empty string.
Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Feb 21 12:31:18 2012 UTC (13 years, 2 months ago) by nakayama
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -2
lines
Pass -d option to pwd_mkdb(8) in order to make databases at proper location.
Revision 1.129.2.2: download - view: text, markup, annotated - select for diffs
Sun Feb 19 18:39:05 2012 UTC (13 years, 2 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129.2.1: preferred, colored; branchpoint 1.129: preferred, colored
Changes since revision 1.129.2.1: +3 -3
lines
Pull up following revision(s) (requested by apb in ticket #10):
usr.sbin/postinstall/postinstall: revision 1.131
Use msg for indentation.
Revision 1.129.2.1: download - view: text, markup, annotated - select for diffs
Sun Feb 19 18:35:55 2012 UTC (13 years, 2 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +40 -1
lines
Pull up following revision(s) (requested by apb in ticket #9):
usr.sbin/postinstall/postinstall: revision 1.130
Add "pwd_mkdb" item, which checks whether /etc/pwd.db is in the
new format, and runs "pwd_mkdb -V 1 /etc/master.passwd" to fix it.
Revision 1.131: download - view: text, markup, annotated - select for diffs
Sat Feb 18 17:49:28 2012 UTC (13 years, 2 months ago) by njoly
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -3
lines
Use msg for indentation.
Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Feb 17 07:51:20 2012 UTC (13 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +40 -1
lines
Add "pwd_mkdb" item, which checks whether /etc/pwd.db is in the
new format, and runs "pwd_mkdb -V 1 /etc/master.passwd" to fix it.
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Feb 15 13:01:00 2012 UTC (13 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: netbsd-6-base
Branch point for: netbsd-6
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +58 -2
lines
Clean up cat pages that are older than the corresponding man pages.
Remove cat page directories that are empty.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat Dec 17 13:37:49 2011 UTC (13 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -2
lines
Add an rc.d(8) script for isibootd(8). Taken from ndbootd(8).
Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat Nov 26 01:17:17 2011 UTC (13 years, 5 months ago) by tls
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -2
lines
Make the rndsave structure public -- the kernel will learn to read it
and sysinst may learn to write it (since, on some systems, most of
the keyboard input they ever get happens to be during install). Fix a
couple of minor problems with the random_seed rc script addition.
Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Oct 7 02:07:56 2011 UTC (13 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +15 -9
lines
fix the sendmail, mailerconf and atf checks to use ${DEST_DIR}.
add a note about this to the top of the file.
Revision 1.125: download - view: text, markup, annotated - select for diffs
Tue Sep 6 21:39:30 2011 UTC (13 years, 8 months ago) by jym
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +25 -2
lines
/etc/defaults/rc.conf can be modified at build time by getting additional
arch-specific hooks appended to its end (currently: i386 and amd64).
Handle this case in postinstall(8) by checking whether we are in
$SOURCEMODE or not, and generate the correct rc.conf file on the fly in
case we have to. Otherwise, postinstall(8) may install the default one
obtained from a source directory that does not have the MD hooks
appended to it.
Problem reported by wiz@. Thanks!
Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Sep 6 14:13:46 2011 UTC (13 years, 8 months ago) by jym
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -1
lines
Set $SRC_DIR to its default value at the beginning of main() so that
usage() can print the correct value even when called early.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Tue Sep 6 14:08:05 2011 UTC (13 years, 8 months ago) by jym
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +3 -3
lines
Check that $TGZMODE is true to deduce that the set is extracted
from a .tgz instead of checking that $SRC_DIR != $SRC_ARG. These variables
can be modified in different places, so it's less error prone.
Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Aug 9 18:24:46 2011 UTC (13 years, 9 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +32 -1
lines
Check (and fix) that unprivileged-user has been changed from _atf to _tests
in /etc/atf/common.conf. Requested by martin@.
Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Aug 5 14:43:41 2011 UTC (13 years, 9 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +3 -3
lines
Rename the _atf user to _tests. The _atf name will get obsoleted if/when
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation. Also, this user has not gone
out yet into any stable release, so we can easily rename it.
Suggested by jruoho@.
Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Jul 14 09:35:24 2011 UTC (13 years, 10 months ago) by plunky
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -4
lines
rcconf_is_set takes a tuple of <script> <variable>, so add
in a couple of missing script names
network ip6forwarding
sysctl defcorename
and remove the trailing "sysctl"
Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Jul 14 09:31:19 2011 UTC (13 years, 10 months ago) by plunky
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +25 -2
lines
introduce rcvar_is_enabled to test if a rcvar is enabled
use this instead of rcconf_is_set to warn about superseded
rc.d scripts, to silence spurious warnings produced before
/etc/defaults/rc.conf script was updated.
(spurious warnings noted by Martin Husemann)
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri May 27 09:28:42 2011 UTC (13 years, 11 months ago) by plunky
Branches: MAIN
CVS tags: cherry-xenmp-base,
cherry-xenmp
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +20 -6
lines
provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Apr 17 13:16:59 2011 UTC (14 years ago) by martin
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +6 -6
lines
Invert the chroot/tcpdump/etc test and make it remove the (not needed
anymore) directory.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Mon Apr 11 20:29:50 2011 UTC (14 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +24 -1
lines
Add a new check to populate /var/chroot/tcpdump/etc
Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat Mar 12 23:04:16 2011 UTC (14 years, 2 months ago) by erh
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +3 -3
lines
Fix the usage of the -s option to mention using it multiple times, rather
than the deprecated colon separated syntax.
Revision 1.112.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 17 12:00:58 2011 UTC (14 years, 2 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.112: preferred, colored; next MAIN 1.113: preferred, colored
Changes since revision 1.112: +20 -2
lines
Sync with HEAD
Revision 1.114: download - view: text, markup, annotated - select for diffs
Sun Feb 13 20:25:35 2011 UTC (14 years, 3 months ago) by tron
Branches: MAIN
CVS tags: bouyer-quota2-nbase,
bouyer-quota2-base
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +18 -1
lines
Install "etc/gpio.conf" if it is missing.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Sun Feb 13 20:17:26 2011 UTC (14 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +3 -2
lines
Add "npf" to the list of startup scripts that get checked.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Dec 17 22:56:22 2010 UTC (14 years, 4 months ago) by njoly
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Branch point for: bouyer-quota2
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +3 -3
lines
Add _tcpdump uid/gid checks.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Nov 30 14:35:38 2010 UTC (14 years, 5 months ago) by njoly
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +10 -2
lines
Adjust obsolete_libs to handle both the libraries (unchanged) and the
corresponding .debug files if exists.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Sun Nov 21 22:50:37 2010 UTC (14 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +9 -6
lines
- don't bitch if /usr/X11R6/lib/X11 does not exist, if /usr/X11R6 does not
exist either. We might have never installed X11R6 on this system.
- spell nonexistent
Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Nov 8 09:01:44 2010 UTC (14 years, 6 months ago) by njoly
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +3 -3
lines
Add _atf to uid/gid checks.
Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Apr 23 19:21:08 2010 UTC (15 years ago) by dyoung
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -7
lines
Do not try in postinstall(8) to replicate the code in etc/mtree/Makefile
that assembles /etc/mtree/NetBSD.dist. Instead, use the Makefile's
new target, emit_dist_file, to assemble the correct NetBSD.dist.
Previously, 'postinstall -m amd64 -s $SRC_TOP' would install a
NetBSD.dist that was missing /usr/lib/i386/ et cetera.
Revision 1.76.2.16.2.2.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 05:27:21 2010 UTC (15 years ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Diff to: previous 1.76.2.16.2.2: preferred, colored; next MAIN 1.76.2.17: preferred, colored
Changes since revision 1.76.2.16.2.2: +114 -29
lines
sync to netbsd-5
Revision 1.76.2.24: download - view: text, markup, annotated - select for diffs
Mon Jan 11 00:09:45 2010 UTC (15 years, 4 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
matt-nb5-pq3-base,
matt-nb5-pq3
Diff to: previous 1.76.2.23: preferred, colored; branchpoint 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76.2.23: +2 -2
lines
Pull up following revision(s) (requested by christos in ticket #1232):
usr.sbin/postinstall/postinstall: revision 1.107
running postinstall fix should also say why fontconfig did not work, like
all other postinstall methods.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Dec 24 21:52:57 2009 UTC (15 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2
lines
running postinstall fix should also say why fontconfig did not work, like
all other postinstall methods.
Revision 1.76.2.23: download - view: text, markup, annotated - select for diffs
Sun Nov 8 22:41:46 2009 UTC (15 years, 6 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.22: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.22: +69 -2
lines
Pull up following revision(s) (requested by apb in ticket #1126):
usr.sbin/postinstall/postinstall: revision 1.106
/usr/X11R7/lib/X11/xkb/symbols/pc used to be a directory, but changed
to a file on 2009-06-12. Fixing this requires removing the directory
(which we can do) and re-extracting the xbase set (which we can't do),
or at least adding that one file (which we may be able to do if X11SRCDIR
is available).
Reviewed by mrg, snj
Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Oct 13 07:47:00 2009 UTC (15 years, 7 months ago) by apb
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +69 -2
lines
/usr/X11R7/lib/X11/xkb/symbols/pc used to be a directory, but changed
to a file on 2009-06-12. Fixing this requires removing the directory
(which we can do) and re-extracting the xbase set (which we can't do),
or at least adding that one file (which we may be able to do if X11SRCDIR
is available).
Reviewed by mrg, snj
Revision 1.76.2.22: download - view: text, markup, annotated - select for diffs
Thu Oct 8 10:00:10 2009 UTC (15 years, 7 months ago) by sborrill
Branches: netbsd-5
Diff to: previous 1.76.2.21: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.21: +7 -1
lines
Pull up the following revisions(s) (requested by taca in ticket #1077):
usr.sbin/postinstall/postinstall: revision 1.98
Make the makedev step fail if either MAKEDEV or MAKEDEV.local need to
be updated.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Sep 29 23:56:35 2009 UTC (15 years, 7 months ago) by tsarna
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +5 -5
lines
Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Sep 21 18:03:03 2009 UTC (15 years, 7 months ago) by njoly
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +7 -1
lines
Make do_mtree correctly report failure if either special or
NetBSD.dist checks failed, not only the last one.
Revision 1.76.2.21: download - view: text, markup, annotated - select for diffs
Thu Sep 17 04:24:43 2009 UTC (15 years, 7 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.20: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.20: +38 -1
lines
Apply patch (requested by mrg in ticket #958):
Sync X.Org reachover build framework and setlists with the new X.Org.
Revision 1.76.2.20: download - view: text, markup, annotated - select for diffs
Tue Sep 15 06:04:55 2009 UTC (15 years, 7 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.19: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.19: +2 -27
lines
Apply patch (requested by tron in ticket #944):
Update Postfix to 2.6.5.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Sep 7 21:07:04 2009 UTC (15 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +38 -1
lines
install the fontconfig files into /etc/fonts/conf.avail, and symlink
the default ones into /etc/fonts/conf.d, as per default.
reported by jukka marin on netbsd-users.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon Sep 7 19:34:30 2009 UTC (15 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +15 -3
lines
- do not create X11 subdirs always anymore
- we now only create them when building X11, and only create the ones
we need (X11R6 xor X11R7)
- all these subdirs are now in the xbase set
- move the logic for running mtree into etc/mtree/Makefile
- split NetBSD.dist into 3 files, and have the build and postinstall handle
creating a possibly merged one. we still have a single installed file
called "NetBSD.dist".
Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Aug 6 08:31:58 2009 UTC (15 years, 9 months ago) by mbalmer
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1
lines
Add gpio to rc checks.
Diff from Geoff Wing <gcw@pobox.com>, thanks.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Jul 20 21:03:42 2009 UTC (15 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2
lines
moduli moved with openssh
Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Jun 23 17:58:30 2009 UTC (15 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -27
lines
Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".
Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri May 22 15:23:17 2009 UTC (15 years, 11 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +7 -1
lines
Make the makedev step fail if either MAKEDEV or MAKEDEV.local need to
be updated. Patch from njoly@
Revision 1.76.2.19: download - view: text, markup, annotated - select for diffs
Thu May 14 00:26:59 2009 UTC (16 years ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.18: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.18: +5 -3
lines
Pull up following revision(s) (requested by jnemeth in ticket #756):
usr.sbin/postinstall/postinstall: revision 1.97
fetch /etc/dhcpcd.conf from the correct place when building the system
Revision 1.76.2.16.2.2: download - view: text, markup, annotated - select for diffs
Thu May 14 00:26:09 2009 UTC (16 years ago) by snj
Branches: netbsd-5-0
CVS tags: netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Diff to: previous 1.76.2.16.2.1: preferred, colored; branchpoint 1.76.2.16: preferred, colored; next MAIN 1.76.2.17: preferred, colored
Changes since revision 1.76.2.16.2.1: +5 -3
lines
Pull up following revision(s) (requested by jnemeth in ticket #756):
usr.sbin/postinstall/postinstall: revision 1.97
fetch /etc/dhcpcd.conf from the correct place when building the system
Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed May 13 23:44:26 2009 UTC (16 years ago) by jnemeth
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +5 -3
lines
fetch /etc/dhcpcd.conf from the correct place when building the system
Revision 1.84.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:20:32 2009 UTC (16 years ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84: +78 -18
lines
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.76.2.18: download - view: text, markup, annotated - select for diffs
Wed May 13 00:50:23 2009 UTC (16 years ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.17: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.17: +2 -2
lines
Pull up following revision(s) (requested by jnemeth in ticket #753):
usr.sbin/postinstall/postinstall: revision 1.96
install /etc/rc.d/dhcpcd as well
Revision 1.76.2.17: download - view: text, markup, annotated - select for diffs
Wed May 13 00:40:04 2009 UTC (16 years ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.16: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.16: +18 -1
lines
Pull up following revision(s) (requested by jnemeth in ticket #752):
usr.sbin/postinstall/postinstall: revision 1.95
install /etc/dhcpcd.conf
Revision 1.76.2.16.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 00:39:27 2009 UTC (16 years ago) by snj
Branches: netbsd-5-0
Diff to: previous 1.76.2.16: preferred, colored
Changes since revision 1.76.2.16: +18 -1
lines
Pull up following revision(s) (requested by jnemeth in ticket #752):
usr.sbin/postinstall/postinstall: revision 1.95
install /etc/dhcpcd.conf
Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue May 12 02:17:49 2009 UTC (16 years ago) by jnemeth
Branches: MAIN
CVS tags: jym-xensuspend-nbase,
jym-xensuspend-base
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2
lines
install /etc/rc.d/dhcpcd as well
Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue May 12 01:53:07 2009 UTC (16 years ago) by jnemeth
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +18 -1
lines
install /etc/dhcpcd.conf
Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Apr 21 16:08:57 2009 UTC (16 years ago) by joerg
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +3 -3
lines
Split fsck during boot into two phases. Check the root file system
first, mount root and run the various disk providers. Add swap and
check the remaining file systems after that.
This breaks the dependency cycle for lvm, which needs writeable /dev.
Depend on rndctl in cgd.
Revision 1.76.2.16: download - view: text, markup, annotated - select for diffs
Tue Apr 7 23:36:38 2009 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RELEASE,
netbsd-5-0-RC4
Branch point for: netbsd-5-0
Diff to: previous 1.76.2.15: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.15: +3 -3
lines
Pull up following revision(s) (requested by martin in ticket #672):
usr.sbin/postinstall/postinstall: revision 1.93 via patch
Now that we use ?= to optionally assing to ddb.onpanic, match that when
testint existing configurations too.
For 5.0, do the same with kern.no_sa_support.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Apr 6 00:30:33 2009 UTC (16 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2
lines
Now that we use ?= to optionally assing to ddb.onpanic, match that when
testint existing configurations too.
Revision 1.76.2.15: download - view: text, markup, annotated - select for diffs
Fri Apr 3 17:52:48 2009 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.14: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.14: +6 -2
lines
Pull up following revision(s) (requested by dyoung in ticket #649):
usr.sbin/postinstall/postinstall: revision 1.86
Look for MAKEDEV.local in both ${SRC_DIR}/dev/ and ${SRC_DIR}/etc/,
so that 'postinstall check makedev' works whether the sources told
by the -s argument are a NetBSD source tree, etc.tgz, or a DESTDIR.
Revision 1.76.2.14: download - view: text, markup, annotated - select for diffs
Fri Apr 3 17:51:54 2009 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.13: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.13: +2 -2
lines
Pull up following revision(s) (requested by dyoung in ticket #649):
usr.sbin/postinstall/postinstall: revision 1.85
do_makedev: look at a correct directory for MAKEDEV.local
Revision 1.76.2.13: download - view: text, markup, annotated - select for diffs
Fri Apr 3 17:50:53 2009 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.12: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.12: +2 -1
lines
Pull up following revision(s) (requested by dyoung in ticket #649):
usr.sbin/postinstall/postinstall: revision 1.84
Added MAKEDEV.local to postinstall's makedev check. Upgraded systems were
not getting an updated MAKEDEV.local file.
Revision 1.76.2.12: download - view: text, markup, annotated - select for diffs
Wed Apr 1 22:21:50 2009 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.11: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.11: +3 -3
lines
Apply patch (requested by martin in ticket #642):
Make ddb.onpanic and kern.no_sa_support acceptable even if commented out.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed Apr 1 16:38:46 2009 UTC (16 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2
lines
Make the ddb.onpanic line acceptable even if commented out
Revision 1.76.2.11: download - view: text, markup, annotated - select for diffs
Sat Mar 28 18:57:10 2009 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.10: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.10: +3 -3
lines
Correct ticket #536 to include two changes (grep -> ${GREP}) from tickets
#563 and #564 that should have been pulled up at the same time.
Revision 1.76.2.10: download - view: text, markup, annotated - select for diffs
Fri Mar 27 14:50:36 2009 UTC (16 years, 1 month ago) by msaitoh
Branches: netbsd-5
Diff to: previous 1.76.2.9: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.9: +18 -11
lines
Pull up following revision(s) (requested by sketch in ticket #536):
etc/Makefile: revision 1.364
Makefile: revision 1.267
usr.sbin/postinstall/postinstall: revision 1.90
usr.bin/hexdump/parse.c: revision 1.25
sys/arch/x86/acpi/genwakecode.sh: revision 1.3
usr.sbin/postinstall/postinstall: revision 1.87
usr.sbin/postinstall/postinstall: revision 1.88
usr.sbin/postinstall/postinstall: revision 1.89
sys/arch/x86/acpi/Makefile.wakecode.inc: revision 1.4
sys/conf/Makefile.kern.inc: revision 1.120
Use ll instead of non-standard q as length modifier in format strings. Makes
this work on Solaris. OK by apb.
Not every grep knows -q. Ok by apb.
Use sed, awk and hexdump from tools to make this work on Solaris. Ok by apb.
Use awk and grep host tools where required. 'build.sh release' now
works on Solaris (but only with HOST_CC=/usr/sfw/bin/gcc for now).
"grep -q" is not portable; use "grep >/dev/null" instead. Also add a
comment saying that postinstal is invoked during a cross build.
In file_exists_exact(), fix an incorrect test of "1" instead of "$1",
and improve the comment explaining what this function does.
As long as we don't yet have a working TOOL_GREP, fgrep is more portablethan grep -F.
Revision 1.76.2.9: download - view: text, markup, annotated - select for diffs
Sat Mar 14 04:51:25 2009 UTC (16 years, 2 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RC3
Diff to: previous 1.76.2.8: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.8: +2 -2
lines
Apply patch (forgotten by me in ticket #564):
s/${GREP}/grep/
Revision 1.76.2.8: download - view: text, markup, annotated - select for diffs
Thu Mar 12 23:26:22 2009 UTC (16 years, 2 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.7: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.7: +30 -1
lines
Pull up following revision(s) (requested by martin in ticket #564):
etc/sysctl.conf: revision 1.6
sys/ddb/db_variables.c: revision 1.42
usr.sbin/postinstall/postinstall: revision 1.91
Switch the default value (if no options DDB_ONPANIC is defined) for
ddb.onpanic to 1, change it back to 0 in sysctl.conf and make sure
postinstall installs this setting.
This avoids us trying to dump while booting from install CD, but keeps
the default the same once we are far enough through /etc/rc.d. Failing
earlier is unlikely to be recovered by an automatic reboot.
OK: core.
Revision 1.76.2.7: download - view: text, markup, annotated - select for diffs
Thu Mar 12 23:11:32 2009 UTC (16 years, 2 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.6: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.6: +30 -1
lines
Apply patch (requested by martin in ticket #563):
Disable SA via sysctl.conf, not in the kernel. This improves
binary compatibility for incomplete (kernel only) updates while
keeping the overall effect of having SA disabled after a full update.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Mar 11 23:22:57 2009 UTC (16 years, 2 months ago) by martin
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +30 -1
lines
Switch the default value (if no options DDB_ONPANIC is defined) for
ddb.onpanic to 1, change it back to 0 in sysctl.conf and make sure
postinstall installs this setting.
This avoids us trying to dump while booting from install CD, but keeps
the default the same once we are far enough through /etc/rc.d. Failing
earlier is unlikely to be recovered by an automatic reboot.
OK: core.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Feb 26 10:32:43 2009 UTC (16 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -2
lines
As long as we don't yet have a working TOOL_GREP,
fgrep is more portable than grep -F.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Feb 26 08:25:50 2009 UTC (16 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +8 -5
lines
In file_exists_exact(), fix an incorrect test of "1" instead of "$1",
and improve the comment explaining what this function does.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Feb 26 08:05:09 2009 UTC (16 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +4 -2
lines
"grep -q" is not portable; use "grep >/dev/null" instead. Also add a
comment saying that postinstal is invoked during a cross build.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:38:30 2009 UTC (16 years, 2 months ago) by sketch
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +14 -10
lines
Use awk and grep host tools where required. 'build.sh release' now works
on Solaris (but only with HOST_CC=/usr/sfw/bin/gcc for now).
Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Feb 25 01:11:50 2009 UTC (16 years, 2 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +6 -2
lines
Look for MAKEDEV.local in both ${SRC_DIR}/dev/ and ${SRC_DIR}/etc/,
so that 'postinstall check makedev' works whether the sources told
by the -s argument are a NetBSD source tree, etc.tgz, or a DESTDIR.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Feb 22 15:27:44 2009 UTC (16 years, 2 months ago) by yamt
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2
lines
do_makedev: look at a correct directory for MAKEDEV.local
Revision 1.76.2.6: download - view: text, markup, annotated - select for diffs
Mon Feb 9 03:14:35 2009 UTC (16 years, 3 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RC2
Diff to: previous 1.76.2.5: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.5: +1 -2
lines
Back out ticket 328 for now. See PR 40568.
Revision 1.76.2.5: download - view: text, markup, annotated - select for diffs
Fri Feb 6 00:54:25 2009 UTC (16 years, 3 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.4: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.4: +3 -3
lines
Pull up following revision(s) (requested by apb in ticket #406):
usr.sbin/postinstall/postinstall: revision 1.82
Add rndctl to do_rc().
Thanks to Geoff Wing on current-users.
Revision 1.76.2.4: download - view: text, markup, annotated - select for diffs
Mon Feb 2 00:07:47 2009 UTC (16 years, 3 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.3: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.3: +2 -1
lines
Pull up following revision(s) (requested by jklos in ticket #328):
usr.sbin/postinstall/postinstall: revision 1.84
Added MAKEDEV.local to postinstall's makedev check. Upgraded systems were
not getting an updated MAKEDEV.local file.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Jan 26 07:40:01 2009 UTC (16 years, 3 months ago) by jklos
Branches: MAIN
Branch point for: jym-xensuspend
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1
lines
Added MAKEDEV.local to postinstall's makedev check. Upgraded systems were
not getting an updated MAKEDEV.local file.
Revision 1.76.2.3: download - view: text, markup, annotated - select for diffs
Thu Jan 22 21:28:27 2009 UTC (16 years, 3 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RC1
Diff to: previous 1.76.2.2: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.2: +2 -2
lines
Pull up following revision(s) (requested by rafal in ticket #297):
distrib/sets/lists/etc/mi: revision 1.203
doc/CHANGES: revision 1.1151 via patch
etc/defaults/rc.conf: revision 1.97
etc/mtree/special: revision 1.123
etc/rc.d/Makefile: revision 1.71
etc/rc.d/httpd: revision 1.1
share/man/man5/rc.conf.5: revision 1.123
usr.sbin/postinstall/postinstall: revision 1.80
Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Jan 16 01:58:32 2009 UTC (16 years, 3 months ago) by haad
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2
lines
Add lvm script to the lists.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Jan 8 02:05:15 2009 UTC (16 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -3
lines
Add rndctl to do_rc().
Thanks to Geoff Wing on current-users.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Dec 20 13:20:59 2008 UTC (16 years, 4 months ago) by isaki
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3
lines
x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Dec 11 13:55:17 2008 UTC (16 years, 5 months ago) by mishka
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2
lines
Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.
Revision 1.76.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 6 22:06:26 2008 UTC (16 years, 5 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76.2.1: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.1: +61 -3
lines
Pull up following revision(s) (requested by cube in ticket #168):
usr.sbin/postinstall/postinstall: revision 1.79
- Introduce a function get_makevar that will retrieve the values of a
specific set of user-derived variables, to be used in SOURCEMODE.
- In SOURCEMODE, generate the rc.d scripts xdm and xfs.
- Auto-detect if X11 sets are used (either through the value of MKX11 in
SOURCEMODE, or by finding an xetc-xpecific file in sets mode).
- Ignore X11-specific rc.d scripts if X11 is not used.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Dec 5 19:01:23 2008 UTC (16 years, 5 months ago) by cube
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +61 -3
lines
- Introduce a function get_makevar that will retrieve the values of a
specific set of user-derived variables, to be used in SOURCEMODE.
- In SOURCEMODE, generate the rc.d scripts xdm and xfs.
- Auto-detect if X11 sets are used (either through the value of MKX11 in
SOURCEMODE, or by finding an xetc-xpecific file in sets mode).
- Ignore X11-specific rc.d scripts if X11 is not used.
Revision 1.76.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 27 03:42:00 2008 UTC (16 years, 5 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +4 -1
lines
Pull up following revision(s) (requested by nakayama in ticket #130):
usr.sbin/postinstall/postinstall: revision 1.78
Add scan obsolete minor shared libraries in /usr/X11R7/lib.
Also scan in /usr/lib/i386 for amd64, /usr/lib/sparc for sparc64.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Nov 24 20:12:28 2008 UTC (16 years, 5 months ago) by nakayama
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +4 -1
lines
Add scan obsolete minor shared libraries in /usr/X11R7/lib.
Also scan in /usr/lib/i386 for amd64, /usr/lib/sparc for sparc64.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Nov 18 13:14:12 2008 UTC (16 years, 5 months ago) by chris
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2
lines
lkm1, lkm2 and lkm3 are now obsolete and don't exist in the source tree,
so remove the references to them from postinstall.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Oct 29 17:09:47 2008 UTC (16 years, 6 months ago) by snj
Branches: MAIN
CVS tags: netbsd-5-base
Branch point for: netbsd-5
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3
lines
s/explicitely/explicitly/
Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Oct 17 21:31:55 2008 UTC (16 years, 6 months ago) by cube
Branches: MAIN
CVS tags: matt-mips64-base2
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -1
lines
apb's latest change introduced a test to make sure an actual etc.tgz (or an
extraction of it) was provided as -s, but SOURCEMODE was not set to true in
the default case, which is to use /usr/src/etc, a source directory.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Oct 17 21:20:30 2008 UTC (16 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2
lines
revert previous; now 'postinstall fix' does not work anymore without having
sets.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Oct 17 21:14:40 2008 UTC (16 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -4
lines
use an existing file otherwise the test always fails.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Oct 17 20:52:34 2008 UTC (16 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +4 -4
lines
I don't have set.etc!?!? Do you?
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Oct 4 08:07:38 2008 UTC (16 years, 7 months ago) by apb
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +12 -1
lines
In both postinstall and etcupdate, in modes where the -s argument
refers to tgz files or to a directory in which tgz files have already
been extracted, make it an error for the files that should have come
from etc.tgz to be missing. This is intended to prevent users from
accidentally deleting necessary files when they run "postinstall -s
xetc.tgz fix".
Use the absence of .../etc/mtree/set.etc in the extracted directory
as a test for the error case.
Revision 1.61.2.3: download - view: text, markup, annotated - select for diffs
Wed Sep 24 16:38:59 2008 UTC (16 years, 7 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.61.2.2: preferred, colored; branchpoint 1.61: preferred, colored; next MAIN 1.62: preferred, colored
Changes since revision 1.61.2.2: +14 -1
lines
Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Sep 21 06:20:07 2008 UTC (16 years, 7 months ago) by junyoung
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2
lines
Fix 'arith: syntax error: " N_SRC_ARGS + 1 "' error which occurs with
the Debian default shell ("dash").
Now cross-build works again on Ubuntu 7.10.
Revision 1.61.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:30:09 2008 UTC (16 years, 7 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.61.2.1: preferred, colored; branchpoint 1.61: preferred, colored
Changes since revision 1.61.2.1: +292 -234
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Sep 14 17:25:59 2008 UTC (16 years, 8 months ago) by apb
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -7
lines
Fix errors in previous.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Sep 14 13:46:51 2008 UTC (16 years, 8 months ago) by apb
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +16 -1
lines
Allow "-s tgzfile1:tgzfile2" for backward compatibility. Print a
warning to encourage users to switch to using "-s tgzfile1 -s tgzfile2".
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Sep 7 15:22:47 2008 UTC (16 years, 8 months ago) by apb
Branches: MAIN
CVS tags: wrstuden-revivesa-base-2
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +70 -23
lines
* Allow colons to appear in the names of tgz files, to address PR 39459.
* Remove the ability to specify a colon-separated list of tgz files
using a single "-s" option, because ":" is now a valid character within the
name of a single file. Callers should use multiple "-s" options
instead.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Sep 7 12:34:06 2008 UTC (16 years, 8 months ago) by apb
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +218 -210
lines
Cleanup shell quoting:
* Almost all shell variables are now quoted, except where they
hold numeric values such as exit status, or where we want
the shell to split on spaces.
* Constructs like
_files="$@"
do_something_with $files
are changed to
#_files="$@"
do_something_with "$@"
* In contexts where we do actually want the args to be concatenated with
space separators, use "$*", not "$@".
Tested by running "postinstall check" with a SCRATCHDIR whose name
contained spaces.
Revision 1.31.2.2.2.5: download - view: text, markup, annotated - select for diffs
Thu Sep 4 08:46:51 2008 UTC (16 years, 8 months ago) by skrll
Branches: wrstuden-fixsa
Diff to: previous 1.31.2.2.2.4: preferred, colored; next MAIN 1.31.2.3: preferred, colored
Changes since revision 1.31.2.2.2.4: +4 -1
lines
Sync with netbsd-4.
Revision 1.31.2.11: download - view: text, markup, annotated - select for diffs
Wed Aug 20 19:26:21 2008 UTC (16 years, 8 months ago) by bouyer
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Diff to: previous 1.31.2.10: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.10: +3 -0
lines
Pull up following revision(s) (requested by matt in ticket #1170):
usr.sbin/postinstall/postinstall: revision 1.65
Make sure to update root.cache too.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Jul 23 07:43:12 2008 UTC (16 years, 9 months ago) by matt
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -1
lines
Make sure to update root.cache too.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Jul 13 15:34:16 2008 UTC (16 years, 10 months ago) by dholland
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -4
lines
Correct improper escaping of regular expressions in string constants in
awk code. Noted by Aleksey Cheusov in tech-userlevel.
Revision 1.61.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:32:13 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +6 -3
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jun 20 17:04:45 2008 UTC (16 years, 10 months ago) by peter
Branches: MAIN
CVS tags: wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +5 -2
lines
Install /etc/pf.os with 444 permissions.
Modify postinstall(8) to always upgrade /etc/pf.os.
Suggested by Luke Mewburn in PR/35188.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jun 18 09:06:28 2008 UTC (16 years, 10 months ago) by yamt
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2
lines
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)
ok'ed by peter@. requested by core@
Revision 1.59.2.2: download - view: text, markup, annotated - select for diffs
Sat Jun 14 11:18:11 2008 UTC (16 years, 11 months ago) by peter
Branches: yamt-pf42
Diff to: previous 1.59.2.1: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.2.1: +2 -2
lines
add ftp proxy rc.d script.
Revision 1.31.2.2.2.4: download - view: text, markup, annotated - select for diffs
Tue Jun 3 20:47:48 2008 UTC (16 years, 11 months ago) by skrll
Branches: wrstuden-fixsa
Diff to: previous 1.31.2.2.2.3: preferred, colored
Changes since revision 1.31.2.2.2.3: +12 -6
lines
Sync with netbsd-4.
Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:36:23 2008 UTC (16 years, 11 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -8
lines
sync with head.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat May 3 09:44:45 2008 UTC (17 years ago) by apb
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1
lines
Try to make it clear that local changes will be overwritten
by "postinstall fix".
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Apr 30 13:11:02 2008 UTC (17 years ago) by martin
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -8
lines
Convert TNF licenses to new 2 clause variant
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Apr 15 11:17:48 2008 UTC (17 years, 1 month ago) by plunky
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -4
lines
some changes to serial bluetooth host controller interfaces
btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD
make btattach(8) a single-use tool for less complexity
device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.
btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
Revision 1.49.4.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 00:50:07 2008 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
Diff to: previous 1.49.4.2: preferred, colored; branchpoint 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49.4.2: +8 -3
lines
sync with HEAD
Revision 1.31.2.10: download - view: text, markup, annotated - select for diffs
Fri Feb 22 21:26:16 2008 UTC (17 years, 2 months ago) by bouyer
Branches: netbsd-4
Diff to: previous 1.31.2.9: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.9: +8 -3
lines
Pull up following revision(s) (requested by tron in ticket #1073):
usr.sbin/postinstall/postinstall: revision 1.57, 1.58
Don't fail the X11 check if "/usr/X11R6/lib" doesn't exist. This is
perfectly valid setup (e.g. no X11 or modular X11 from "pkgsrc").
Avoid error message in "obsolete" check if "/usr/X11R6/lib" doesn't exist.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Feb 13 12:55:56 2008 UTC (17 years, 3 months ago) by tron
Branches: MAIN
CVS tags: matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +6 -1
lines
Avoid error message in "obsolete" check if "/usr/X11R6/lib" doesn't exist.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Feb 13 12:52:14 2008 UTC (17 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3
lines
Don't fail the X11 check if "/usr/X11R6/lib" doesn't exist. This is
perfectly valid setup (e.g. no X11 or modular X11 from "pkgsrc").
Revision 1.31.2.9: download - view: text, markup, annotated - select for diffs
Sat Feb 2 17:15:03 2008 UTC (17 years, 3 months ago) by riz
Branches: netbsd-4
Diff to: previous 1.31.2.8: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.8: +5 -4
lines
Pull up following revision(s) (requested by jnemeth in ticket #1022):
usr.sbin/postinstall/postinstall: revision 1.56
Update URLs after website reorganization in the motd check; per pavel@'s
request. Closes PR misc/37070.
Revision 1.49.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:02:14 2008 UTC (17 years, 4 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.49.4.1: preferred, colored; branchpoint 1.49: preferred, colored
Changes since revision 1.49.4.1: +8 -4
lines
sync with HEAD
Revision 1.31.2.2.2.3: download - view: text, markup, annotated - select for diffs
Sun Jan 6 05:01:16 2008 UTC (17 years, 4 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.31.2.2.2.2: preferred, colored
Changes since revision 1.31.2.2.2.2: +90 -56
lines
Catch up to netbsd-4.0 release.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Dec 15 17:48:38 2007 UTC (17 years, 5 months ago) by jmmv
Branches: MAIN
CVS tags: matt-armv6-base
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -2
lines
Update URLs after website reorganization in the motd check; per pavel@'s
request. Closes PR misc/37070.
Revision 1.31.2.8: download - view: text, markup, annotated - select for diffs
Mon Nov 26 21:24:43 2007 UTC (17 years, 5 months ago) by xtraeme
Branches: netbsd-4
CVS tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Diff to: previous 1.31.2.7: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.7: +3 -3
lines
Pull up following revision(s) (requested by jnemeth in ticket #995):
usr.sbin/postinstall/postinstall: revision 1.55 (patch)
PR/35238 - tls@ -- add _proxy to uid and gid checks
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Nov 21 10:41:03 2007 UTC (17 years, 5 months ago) by jnemeth
Branches: MAIN
CVS tags: cube-autoconf-base,
cube-autoconf
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +5 -3
lines
PR/35238 - tls@ -- add _proxy to uid and gid checks
Revision 1.49.4.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:36:28 2007 UTC (17 years, 6 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +91 -57
lines
sync with HEAD
Revision 1.31.2.2.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 29 00:45:24 2007 UTC (17 years, 6 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.31.2.2.2.1: preferred, colored
Changes since revision 1.31.2.2.2.1: +6 -3
lines
Catch up with 4.0 RC3
Revision 1.31.2.7: download - view: text, markup, annotated - select for diffs
Fri Oct 26 23:33:12 2007 UTC (17 years, 6 months ago) by xtraeme
Branches: netbsd-4
CVS tags: netbsd-4-0-RC4
Diff to: previous 1.31.2.6: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.6: +2 -1
lines
Pull up following revision(s) (requested by pavel in ticket #952):
usr.sbin/postinstall/postinstall: revision 1.54
now when trap 0 is not used, we need to remove the temporary directiry
at the end. PR bin/37223.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Oct 26 17:26:25 2007 UTC (17 years, 6 months ago) by pavel
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1
lines
now when trap 0 is not used, we need to remove the temporary directiry
at the end. PR bin/37223.
Revision 1.31.2.6: download - view: text, markup, annotated - select for diffs
Fri Oct 26 14:23:20 2007 UTC (17 years, 6 months ago) by liamjfoy
Branches: netbsd-4
Diff to: previous 1.31.2.5: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.5: +83 -53
lines
Pull up following revision(s) (requested by pavel in ticket #947):
Makefile: revision 1.250
usr.sbin/postinstall/postinstall: revision 1.51
usr.sbin/postinstall/postinstall: revision 1.52
Return exit status 1 for failed chacks/fixes, 2 for errors. Suggested
by hubertf. Use exit status 3 for internal errors (misuse of internal
functions).
Add a check for obsolete sendmail in /etc/mailer.conf, installs a
fresh copy of the file if invoked as "fix". Not enabled by default.
Do not abort on exit code 1 from postinstall check, this is expected.
Reported, fix suggested and tested by David Holland.
(Why does "make build" invoke postinstall check on destdir is another
question, it does not seem to have much sense.)
Revision 1.31.2.5: download - view: text, markup, annotated - select for diffs
Wed Oct 24 22:35:47 2007 UTC (17 years, 6 months ago) by xtraeme
Branches: netbsd-4
Diff to: previous 1.31.2.4: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.4: +5 -2
lines
Pull up following revision(s) (requested by pavel in ticket #943):
usr.sbin/postinstall/postinstall: revision 1.50
do not use trap 0, it clobbers the exit status. Instead remove the
scratch directory in err(). Use err() instead of exit in one place to
ensure that the temporary directory is removed.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Oct 16 02:47:16 2007 UTC (17 years, 7 months ago) by tls
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3
lines
Add httpd to the build. Add _httpd to passwd and groups and postinstall.
Add /var/www to mtree, add example line to inetd.conf.
Revision 1.31.2.4: download - view: text, markup, annotated - select for diffs
Sun Oct 14 04:13:03 2007 UTC (17 years, 7 months ago) by riz
Branches: netbsd-4
CVS tags: netbsd-4-0-RC3
Diff to: previous 1.31.2.3: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.3: +5 -2
lines
Pull up following revision(s) (requested by xtraeme in ticket #930):
etc/group: revision 1.22
etc/defaults/rc.conf: revision 1.85
etc/master.passwd: revision 1.38
usr.sbin/sdpd/sdpd.8: revision 1.2
usr.sbin/sdpd/sdpd.8: revision 1.3
share/man/man5/rc.conf.5: revision 1.113
etc/rc.d/sdpd: revision 1.2
usr.sbin/sdpd/server.c: revision 1.3
usr.sbin/postinstall/postinstall: revision 1.38
usr.sbin/sdpd/server.h: revision 1.2
usr.sbin/sdpd/main.c: revision 1.2
usr.sbin/sdpd/main.c: revision 1.3
Add an option to permit members of a specific group to register services, in
order to lower the barrier for users of bluetooth devices which may need to
query services on the local host.
change default user/group from nobody/nobody to _sdpd/_sdpd
Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Oct 5 10:28:45 2007 UTC (17 years, 7 months ago) by pavel
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +27 -1
lines
Add a check for obsolete sendmail in /etc/mailer.conf, installs a
fresh copy of the file if invoked as "fix". Not enabled by default.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Oct 5 10:17:13 2007 UTC (17 years, 7 months ago) by pavel
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +58 -54
lines
Return exit status 1 for failed chacks/fixes, 2 for errors. Suggested
by hubertf. Use exit status 3 for internal errors (misuse of internal
functions).
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Oct 5 10:06:49 2007 UTC (17 years, 7 months ago) by pavel
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +6 -3
lines
do not use trap 0, it clobbers the exit status. Instead remove the
scratch directory in err(). Use err() instead of exit in one place to
ensure that the temporary directory is removed.
Revision 1.31.2.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 07:05:42 2007 UTC (17 years, 8 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.31.2.2: preferred, colored
Changes since revision 1.31.2.2: +32 -9
lines
Sync w/ NetBSD-4-RC_1
Revision 1.49.6.2: download - view: text, markup, annotated - select for diffs
Sun Jul 29 13:17:39 2007 UTC (17 years, 9 months ago) by plunky
Branches: matt-mips64
Diff to: previous 1.49.6.1: preferred, colored; branchpoint 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49.6.1: +1429 -0
lines
add mention of rc.d/btuartd
Revision 1.49.6.1
Sun Jul 29 13:17:38 2007 UTC (17 years, 9 months ago) by plunky
Branches: matt-mips64
FILE REMOVED
Changes since revision 1.49: +0 -1429
lines
file postinstall was added on branch matt-mips64 on 2007-07-29 13:17:39 +0000
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Jul 29 13:17:38 2007 UTC (17 years, 9 months ago) by plunky
Branches: MAIN
CVS tags: matt-mips64-base,
hpcarm-cleanup
Branch point for: matt-mips64,
matt-armv6
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
add mention of rc.d/btuartd
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Jul 15 14:31:08 2007 UTC (17 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +7 -1
lines
Extend do_envsys() and check if the sensor_* files in /etc/powerd/scripts
are installed.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:02:41 2007 UTC (17 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -3
lines
Do not install fixsb anymore, which was removed recently.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Jul 15 03:04:39 2007 UTC (17 years, 10 months ago) by jnemeth
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2
lines
fix error message for obsolete_libs
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jul 14 21:20:33 2007 UTC (17 years, 10 months ago) by ad
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -4
lines
fixsb has done its job.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 12 07:13:07 2007 UTC (17 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +17 -1
lines
Add do_envsys() that checks if /etc/envsys.conf exists.
Revision 1.31.2.3: download - view: text, markup, annotated - select for diffs
Sun Jul 1 16:55:47 2007 UTC (17 years, 10 months ago) by bouyer
Branches: netbsd-4
CVS tags: netbsd-4-0-RC2,
netbsd-4-0-RC1
Diff to: previous 1.31.2.2: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.2: +31 -8
lines
Pull up following revision(s) (requested by pavel in ticket #752):
distrib/sets/lists/etc/mi: revision 1.190
distrib/sets/lists/misc/mi: revision 1.145
usr.sbin/postinstall/postinstall: revisions 1.41, 1.42
usr.sbin/postinstall/postinstall.8: revision 1.7
Separate postinstall checks in two groups: enabled and disabled by
default. Only the former checks/fixes are done if no items are given
on the command line. The latter must be requested explicitely.
Intended for "fixes" that are dangerous in some way, because they might
remove files that are still in use, for example.
Make the "sendmail" item disabled by default, it removes sendmail
configuration. Partly addresses PR install/36180.
Proposed on tech-userlevel, review and spelling fixes from lukem@.
Remove the remaining sendmail config files (including everything in
/usr/share/sendmail) from the obsolete list. Instead, remove them in the
"sendmail" postinstall item, which is disabled by default, to prevent
losing sendmail configuration on upgrade. Fixes the rest of
PR install/36180.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Jul 1 08:30:09 2007 UTC (17 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Update for /etc/rc.d/envsys.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jun 8 22:24:08 2007 UTC (17 years, 11 months ago) by pavel
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -2
lines
Remove the remaining sendmail config files (including everything in
/usr/share/sendmail) from the obsolete list. Instead, remove them in the
"sendmail" postinstall item, which is disabled by default, to prevent
losing sendmail configuration on upgrade. Fixes the rest of
PR install/36180.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Jun 2 21:25:08 2007 UTC (17 years, 11 months ago) by pavel
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +28 -8
lines
Separate postinstall checks in two groups: enabled and disabled by
default. Only the former checks/fixes are done if no items are given
on the command line. The latter must be requested explicitely.
Intended for "fixes" that are dangerous in some way, because they might
remove files that are still in use, for example.
Make the "sendmail" item disabled by default, it removes sendmail
configuration. Partly addresses PR install/36180.
Proposed on tech-userlevel, review and spelling fixes from lukem@.
Revision 1.31.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 16 19:44:50 2007 UTC (18 years ago) by bouyer
Branches: netbsd-4
Branch point for: wrstuden-fixsa
Diff to: previous 1.31.2.1: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.1: +45 -23
lines
Pull up following revision(s) (requested by apb in ticket #571):
usr.sbin/postinstall/postinstall.8: revision 1.6
usr.sbin/postinstall/postinstall: revision 1.39
usr.sbin/etcupdate/etcupdate.8: revision 1.13
usr.sbin/etcupdate/etcupdate: revision 1.34
Allow both etcupdate and postinstall to accept multiple
.tgz files (e.g. etc.tgz and xetc.tgz). Make etcupdate
invoke postinstall.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Apr 11 07:16:28 2007 UTC (18 years, 1 month ago) by kiyohara
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
Add btuartd.conf to bluetooth.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Mar 26 18:09:42 2007 UTC (18 years, 1 month ago) by apb
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +46 -24
lines
* Make postinstall's -s option accept several tgz files, either by
repeating the -s option, or by using a colon-separated list.
* Update postinstall(8) man page with some of the text used in
etcupdate(8)'s description of the -s option.
* Remove an outdated comment about invoking etc/postinstall from
the directory in which the tgz is extracted.
* Rename orig_SRC_DIR to SRC_ARG and make related changes.
Reviewed by lukem and martti.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Mar 18 15:53:55 2007 UTC (18 years, 1 month ago) by plunky
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -3
lines
For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Mar 3 06:43:46 2007 UTC (18 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +14 -21
lines
Revert previous. MAKEDEV.subr no longer exists.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Mar 1 07:51:26 2007 UTC (18 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +21 -14
lines
Convert the guts of do_makedev() into a loop that checks both MAKEDEV
and MAKEDEV.subr.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Feb 5 02:34:30 2007 UTC (18 years, 3 months ago) by elad
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Add perusertmp. Pointed out by Geoff Wing, thanks!
Revision 1.2.2.13: download - view: text, markup, annotated - select for diffs
Tue Jan 30 14:36:38 2007 UTC (18 years, 3 months ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.12: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.12: +3 -7
lines
Pull up following revision(s) (requested by lukem in ticket #1659):
usr.sbin/postinstall/postinstall: revision 1.32
Fix method to find pf.os so it works with '-s etc.tgz'.
PR 35185 by Valeriy E. Ushakov.
Don't bother to find pf.conf first; the code was a noisy no-op.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 30 14:29:56 2007 UTC (18 years, 3 months ago) by tron
Branches: netbsd-4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -7
lines
Pull up following revision(s) (requested by lukem in ticket #393):
usr.sbin/postinstall/postinstall: revision 1.32
Fix method to find pf.os so it works with '-s etc.tgz'.
PR 35185 by Valeriy E. Ushakov.
Don't bother to find pf.conf first; the code was a noisy no-op.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jan 28 16:39:29 2007 UTC (18 years, 3 months ago) by cbiere
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
Added user and group "_timedc" for timedc.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Dec 5 10:26:28 2006 UTC (18 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +24 -24
lines
Crank copyright.
Whitespace & linewrap consistency tweaks.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Dec 5 10:18:41 2006 UTC (18 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -7
lines
Fix method to find pf.os so it works with '-s etc.tgz'.
PR 35185 by Valeriy E. Ushakov.
Don't bother to find pf.conf first; the code was a noisy no-op.
Revision 1.2.2.12: download - view: text, markup, annotated - select for diffs
Wed Nov 29 21:25:25 2006 UTC (18 years, 5 months ago) by bouyer
Branches: netbsd-3
Diff to: previous 1.2.2.11: preferred, colored
Changes since revision 1.2.2.11: +27 -1
lines
Pull up following revision(s) (requested by peter in ticket #1594):
usr.sbin/postinstall/postinstall: revision 1.31
Check if /etc/pf.conf and /etc/pf.os exist and copy them if they don't.
Suggested by lukem@.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Nov 26 12:05:21 2006 UTC (18 years, 5 months ago) by peter
Branches: MAIN
CVS tags: netbsd-4-base
Branch point for: netbsd-4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +27 -1
lines
Check if /etc/pf.conf and /etc/pf.os exist and copy them if they don't.
Suggested by lukem@.
Revision 1.2.2.10.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 14 17:48:27 2006 UTC (18 years, 6 months ago) by bouyer
Branches: netbsd-3-1
CVS tags: netbsd-3-1-1-RELEASE
Diff to: previous 1.2.2.10: preferred, colored; next MAIN 1.2.2.11: preferred, colored
Changes since revision 1.2.2.10: +4 -4
lines
Pull up following revision(s) (requested by lukem in ticket #1585):
usr.sbin/postinstall/postinstall: revision 1.30
/etc/postfix/post-install needs to be 555 not 444.
Revision 1.2.2.9.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 14 17:47:40 2006 UTC (18 years, 6 months ago) by bouyer
Branches: netbsd-3-0
CVS tags: netbsd-3-0-3-RELEASE
Diff to: previous 1.2.2.9: preferred, colored; next MAIN 1.2.2.10: preferred, colored
Changes since revision 1.2.2.9: +4 -4
lines
Pull up following revision(s) (requested by lukem in ticket #1585):
usr.sbin/postinstall/postinstall: revision 1.30
/etc/postfix/post-install needs to be 555 not 444.
Revision 1.2.2.11: download - view: text, markup, annotated - select for diffs
Tue Nov 14 17:46:49 2006 UTC (18 years, 6 months ago) by bouyer
Branches: netbsd-3
Diff to: previous 1.2.2.10: preferred, colored
Changes since revision 1.2.2.10: +4 -4
lines
Pull up following revision(s) (requested by lukem in ticket #1585):
usr.sbin/postinstall/postinstall: revision 1.30
/etc/postfix/post-install needs to be 555 not 444.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Nov 14 00:04:01 2006 UTC (18 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4
lines
/etc/postfix/post-install needs to be 555 not 444.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Oct 7 16:50:34 2006 UTC (18 years, 7 months ago) by rpaulo
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
PR 34692: wpa_supplicant script.
By Jukka Salmi.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Sep 23 08:27:52 2006 UTC (18 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +39 -1
lines
Add a check to aid in the migration of motd contents between development
releases. Suggested by tron@ and approved by silence in tech-userlevel@.
Revision 1.22.2.3: download - view: text, markup, annotated - select for diffs
Thu Sep 14 21:16:30 2006 UTC (18 years, 8 months ago) by riz
Branches: abandoned-netbsd-4
Diff to: previous 1.22.2.2: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.2: +13 -3
lines
Pull up following revision(s) (requested by plunky in ticket #161):
sys/dev/bluetooth/btdev.h: revision 1.4
distrib/sets/lists/comp/mi: revision 1.922
usr.sbin/postinstall/postinstall: revision 1.25
sys/netbt/hci_unit.c: revision 1.3
sys/netbt/hci_ioctl.c: revision 1.4
usr.sbin/sdpd/profile.c: revision 1.2
usr.sbin/btdevctl/btdevctl.c: revision 1.2
share/man/man4/Makefile: revision 1.405
distrib/sets/lists/man/mi: revision 1.930
distrib/sets/lists/etc/mi: revision 1.176
usr.sbin/sdpd/profile.c: revision 1.3
usr.sbin/btdevctl/btdevctl.c: revision 1.3
etc/MAKEDEV.tmpl: revision 1.62
distrib/sets/lists/base/mi: revision 1.650
usr.sbin/btdevctl/btdevctl.h: revision 1.2
usr.bin/sdpquery/sdpquery.1: revision 1.4
sys/netbt/rfcomm_session.c: revision 1.2
usr.sbin/btdevctl/btdevctl.8: revision 1.3
usr.bin/sdpquery/search.c: revision 1.2
usr.sbin/sdpd/Makefile: revision 1.2
sys/dev/bluetooth/Makefile: revision 1.3
usr.sbin/btdevctl/cfg.c: file removal
sys/netbt/files.netbt: revision 1.4
usr.sbin/btdevctl/sdp.c: revision 1.1
sys/dev/bluetooth/bthidev.c: revision 1.3
etc/bluetooth/Makefile: revision 1.3
sys/dev/pcmcia/files.pcmcia: revision 1.51
sys/dev/bluetooth/bthidev.c: revision 1.4
sys/dev/bluetooth/bthidev.h: revision 1.3
usr.sbin/btdevctl/dev.c: file removal
sys/dev/bluetooth/files.bluetooth: revision 1.10
sys/arch/i386/conf/GENERIC: revision 1.777
share/man/man4/ubt.4: revision 1.6
share/man/man4/bthub.4: revision 1.3
sys/netbt/hci.h: revision 1.5
sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.202
lib/libsdp/sdp.h: revision 1.2
usr.sbin/btdevctl/print.c: revision 1.1
share/man/man4/bthidev.4: revision 1.5
share/man/man4/btdev.4: file removal
usr.sbin/btdevctl/print.c: revision 1.2
sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.205
usr.sbin/btdevctl/Makefile: revision 1.2
sys/dev/usb/files.usb: revision 1.70
sys/netbt/l2cap_signal.c: revision 1.2
sys/netbt/hci_link.c: revision 1.4
sys/dev/bluetooth/bthub.c: revision 1.3
share/man/man4/btsco.4: revision 1.5
sys/netbt/hci_link.c: revision 1.5
share/man/man4/btdev.4: revision 1.4
sys/dev/bluetooth/btkbd.c: revision 1.3
sys/dev/bluetooth/btdev.c: file removal
sys/netbt/hci_event.c: revision 1.2
sys/dev/bluetooth/btsco.h: revision 1.2
etc/mtree/special: revision 1.101
sys/dev/bluetooth/btsco.c: revision 1.3
sys/conf/majors: revision 1.27
usr.sbin/sdpd/hf.c: revision 1.1
sys/dev/bluetooth/btsco.c: revision 1.4
share/man/man5/rc.conf.5: revision 1.107
sys/dev/bluetooth/btdev.c: revision 1.2
etc/rc.d/btdevctl: revision 1.2
usr.sbin/btdevctl/db.c: revision 1.1
etc/rc.d/btdevctl: revision 1.3
etc/bluetooth/btdevctl.conf: revision 1.1
usr.sbin/btdevctl/hid.c: file removal
sys/arch/i386/conf/GENERIC: revision 1.781
sys/dev/bluetooth/btdev.h: revision 1.3
Make btdev default count explicit
Fix typo in variable name
update to bluetooth device attachment:
remove pseudo-device btdev(4) and inherent limitations
add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.
btdevctl(8) and its cache is updated to handle new semantics
etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf
also include service name in dictionary being sent to kernel.
(this is not used just yet, but it might be in the future and it will
be easier if we dont have to provide code to handle its absence)
clarify the CAVEAT section somewhat
Add service discovery support for the Handsfree profile
Replace static 'FreeBSD' string with operating system name gleaned
from uname(3)
Halt the callout on detach
btsco.c:
- sco_getopt(..., SO_SCO_MTU, ...) expects the address of a uint16_t,
not an int. So change sc_mtu's type to uint16_t.
- Try a little harder to ensure btsco_round_blocksize() does not
return zero. Prevents a subsequent panic in audio_init_ringbuffer().
from scw@
Endian issues:
hci_event.c:
- Convert memo->response.clock_offset to host-endian.
hci_ioctl.c:
- printf format tweak (size_t)
hci_link.c:
- Convert memo->response.clock_offset from host-endian.
- Tweak a DIAGNOSTIC message.
l2cap_signal.c:
- In l2cap_recv_config_req(), rp->scid is little-endian so make sure
we convert from host-endian.
from scw@
hci_link.c:
- In hci_link_free(), do not unlink items from a LIST queue within
a LIST_FOREACH() iterator.
rfcomm_session.c:
- In rfcomm_session_recv_mcc_nsc(), do not unlink items from a LIST
queue within a LIST_FOREACH() iterator.
from scw@
guard against a possible situation where the list of l2cap channels is changed
when the bluetooth code is not expecting it to be. During a disconnect, we can
detach the channel that is being disconnected, but its not really safe to detach
any others.
Print explicit 64-bit types using the format macros from int_fmtio.h.
Unbreaks the build for our LP64 ports, where "long long" typically is
not 64 bits.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Sep 12 01:15:16 2006 UTC (18 years, 8 months ago) by dbj
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2
lines
fix problem with file_exists_exact where it was returning false
for dangling symlinks because it was checking them with test -e
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Sep 11 22:16:10 2006 UTC (18 years, 8 months ago) by dbj
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +25 -3
lines
fixes for building into case preserving, but case insensitive $DESTDIR
- have checkflist do a second possibly case insensitive check for
files which are missing from DESTDIR
- have postinstall require exact case matches for obsolete files
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Sep 10 15:45:56 2006 UTC (18 years, 8 months ago) by plunky
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +14 -4
lines
update to bluetooth device attachment:
remove pseudo-device btdev(4) and inherent limitations
add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.
btdevctl(8) and its cache is updated to handle new semantics
etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf
Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 7 13:47:49 2006 UTC (18 years, 8 months ago) by tron
Branches: abandoned-netbsd-4
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.1: +3 -2
lines
Pull up following revision(s) (requested by plunky in ticket #81):
usr.sbin/postinstall/postinstall: revision 1.23
distrib/sets/lists/man/mi: revision 1.919
distrib/sets/lists/etc/mi: revision 1.174
usr.sbin/btdevctl/btdevctl.c: revision 1.1
usr.sbin/btdevctl/hid.c: revision 1.1
usr.sbin/Makefile: revision 1.217
usr.sbin/btdevctl/btdevctl.h: revision 1.1
usr.sbin/btdevctl/btdevctl.8: revision 1.1
etc/rc.d/btcontrol: file removal
distrib/sets/lists/comp/mi: revision 1.910
etc/rc.d/Makefile: revision 1.61
usr.sbin/btdevctl/cfg.c: revision 1.1
usr.sbin/btdevctl/dev.c: revision 1.1
share/man/man4/btkbd.4: revision 1.2
share/man/man4/bthidev.4: revision 1.4
usr.sbin/btcontrol/hid.c: file removal
usr.sbin/btdevctl/Makefile: revision 1.1
share/man/man4/btsco.4: revision 1.3
distrib/sets/lists/base/mi: revision 1.644
share/man/man4/btdev.4: revision 1.3
share/man/man4/btms.4: revision 1.2
etc/mtree/special: revision 1.100
share/man/man5/rc.conf.5: revision 1.105
usr.sbin/btcontrol/cfg.c: file removal
etc/rc.d/btdevctl: revision 1.1
etc/defaults/rc.conf: revision 1.80
usr.sbin/btcontrol/btcontrol.h: file removal
usr.sbin/btcontrol/btcontrol.8: file removal
usr.sbin/btcontrol/dev.c: file removal
usr.sbin/btcontrol/btcontrol.c: file removal
usr.sbin/btcontrol/Makefile: file removal
rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Sat Sep 2 12:36:44 2006 UTC (18 years, 8 months ago) by tron
Branches: abandoned-netbsd-4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Pull up following revision(s) (requested by hubertf in ticket #100):
usr.sbin/postinstall/postinstall: revision 1.24
give a hint on how to fix the 'NOT FIXED' checks -> fix manually
OK'd by lukem@
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 18 12:01:53 2006 UTC (18 years, 8 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
give a hint on how to fix the 'NOT FIXED' checks -> fix manually
OK'd by lukem@
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 13 09:03:23 2006 UTC (18 years, 9 months ago) by plunky
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -3
lines
rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jul 26 11:14:55 2006 UTC (18 years, 9 months ago) by tron
Branches: MAIN
CVS tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Bluetooth fixes by Iain Hibbert:
Create "/etc/rc.d/btcontrol" to attach bluetooth devices at boot.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jul 26 11:11:04 2006 UTC (18 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2
lines
Bluetooth fixes by Iain Hibbert:
Remove bluetooth.conf(5) and config parsing from libbluetooth(3)
as this is no longer required.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jul 15 21:32:58 2006 UTC (18 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +14 -1
lines
Create and populate "/etc/bluetooth". Based on patch submitted by
Iain Hibbert on "current-users" mailing list.
Revision 1.2.2.10: download - view: text, markup, annotated - select for diffs
Wed Jul 12 15:06:49 2006 UTC (18 years, 10 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1
Branch point for: netbsd-3-1
Diff to: previous 1.2.2.9: preferred, colored
Changes since revision 1.2.2.9: +3 -3
lines
Apply patch (requested by ghen in ticket #1398):
Update Postfix to version 2.2.10.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:44:56 2006 UTC (18 years, 10 months ago) by gdamore
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 9 21:19:40 2006 UTC (18 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5
lines
Remove "/var/spool/clientmqueue" and "/var/spool/mqueue" from the list
of obsolete directories and handle them via the "sendmail" item in
postinstall(8), too. These directories are of course necessary on
systems using the "sendmail" package.
Problem pointed out by Hisashi T Fujinaka on "current-users" mailing list.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 9 12:18:30 2006 UTC (18 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +29 -2
lines
Remove the "sendmail" configuration files and startup scripts from the
list of obsolete files. Resurrect the "sendmail" item which now flags
these files as obsolete unless the "sendmail" package is installed.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 8 20:58:38 2006 UTC (18 years, 11 months ago) by simonb
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -6
lines
Sort the obsolete rc.conf(5) variables to check, and only check
sysctl once(!).
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 30 19:31:13 2006 UTC (18 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
Check whether user and group "postfix" exist.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 30 05:53:24 2006 UTC (18 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -182
lines
After removal of "sendmail":
- Remove the code dealing with "sendmail" updates.
- Don't check for the existence of user and group "smmsp" any more.
- Remove "/etc/rc.d/smmsp" and "/etc/rc.d/sendmail" because there defaults
have been removed from "/etc/defaults/rc.conf".
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun May 14 15:46:40 2006 UTC (19 years ago) by simonb
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +23 -14
lines
Sync rc.d file list with etc/rc.d/Makefile, adding ftpd, hostapd, and
irdaattach.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 12 12:43:28 2006 UTC (19 years ago) by tron
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -2
lines
Add "iscsi" target which install the iSCSI configuration files.
This will stop e.g. "/etc/security" complaining about these files
missing after a sucessful run of "postinstall"
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 12 07:16:47 2006 UTC (19 years ago) by tron
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Check for and install "/etc/rc.d/iscsi_target".
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 14 17:14:21 2006 UTC (19 years, 3 months ago) by tsarna
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +43 -1
lines
Add postinstall item for the rwhod de-preivledging.
Check and correct permissions on /var/rwho files so rwhod
will be able to update them.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 22 22:10:52 2005 UTC (19 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
Add checks for _rwhod group & user.
Noted by Patrick Welche on current-users.
Revision 1.2.2.9: download - view: text, markup, annotated - select for diffs
Tue Oct 4 14:11:33 2005 UTC (19 years, 7 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE
Branch point for: netbsd-3-0
Diff to: previous 1.2.2.8: preferred, colored
Changes since revision 1.2.2.8: +9 -3
lines
Pull up following revision(s) (requested by lukem in ticket #858):
usr.sbin/postinstall/postinstall: revision 1.8
Fix do_defaults() so that it errors when there's a mismatch.
Noted by Matthias Scheler.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 2 23:46:48 2005 UTC (19 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -3
lines
Fix do_defaults() so that it errors when there's a mismatch.
Noted by Matthias Scheler.
Revision 1.2.2.8: download - view: text, markup, annotated - select for diffs
Thu Sep 15 21:01:31 2005 UTC (19 years, 7 months ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.7: preferred, colored
Changes since revision 1.2.2.7: +15 -1
lines
Pull up following revision(s) (requested by lukem in ticket #788):
usr.sbin/postinstall/postinstall: revision 1.7
Add "named" item to move /etc/namedb/named.conf to /etc/named.conf.
Per discussion with Matthias Scheler.
Revision 1.2.2.7: download - view: text, markup, annotated - select for diffs
Thu Sep 15 20:59:17 2005 UTC (19 years, 7 months ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.6: preferred, colored
Changes since revision 1.2.2.6: +376 -375
lines
Pull up following revision(s) (requested by lukem in ticket #787):
usr.sbin/postinstall/postinstall: revision 1.6
Reorganize items so that they're in alphabetical order except that
"obsolete" is moved to the end.
Clean up some comments.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 12 23:16:15 2005 UTC (19 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +15 -1
lines
Add "named" item to move /etc/namedb/named.conf to /etc/named.conf.
Per discussion with Matthias Scheler.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 12 15:48:29 2005 UTC (19 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +374 -373
lines
Reorganize items so that they're in alphabetical order except that
"obsolete" is moved to the end.
Clean up some comments.
Revision 1.2.2.6: download - view: text, markup, annotated - select for diffs
Sun Sep 4 13:43:59 2005 UTC (19 years, 8 months ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.5: preferred, colored
Changes since revision 1.2.2.5: +6 -3
lines
Pull up following revision(s) (requested by lukem in ticket #745):
usr.sbin/postinstall/postinstall: revision 1.5
Fix the installation of /etc/defaults/pf.boot.conf so that it works
with -s etc.tgz.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 4 10:13:15 2005 UTC (19 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -3
lines
Fix the installation of /etc/defaults/pf.boot.conf so that it works
with -s etc.tgz.
Revision 1.2.2.5: download - view: text, markup, annotated - select for diffs
Fri Sep 2 12:29:37 2005 UTC (19 years, 8 months ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.4: preferred, colored
Changes since revision 1.2.2.4: +7 -3
lines
Pull up following revision(s) (requested by peter in ticket #717):
usr.sbin/pf/man/man5/pf.boot.conf.5: revision 1.1
usr.sbin/postinstall/postinstall: revision 1.4
etc/rc.d/pf: revision 1.6
etc/rc.d/pf_boot: revision 1.1
usr.sbin/pf/etc/defaults/pf.boot.conf: revision 1.1
usr.sbin/pf/Makefile: revision 1.7
etc/rc.d/Makefile: revision 1.52
etc/mtree/special: revision 1.89
usr.sbin/pf/man/man5/Makefile: revision 1.5
usr.sbin/pf/etc/defaults/Makefile: revision 1.1
pf needs to be started after the network is up, because some pf rules
derive IP address(es) from the interface (e.g "... from any to fxp0").
This however, creates window for possible attacks from the network.
Implement the solution proposed by YAMAMOTO Takashi:
Add /etc/defaults/pf.boot.conf and load it with the /etc/rc.d/pf_boot
script before starting the network. People who don't like the default
rules can override it with their own /etc/pf.boot.conf.
The default rules have been obtained from OpenBSD.
No objections on: tech-security
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 23 12:12:56 2005 UTC (19 years, 8 months ago) by peter
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -3
lines
pf needs to be started after the network is up, because some pf rules
derive IP address(es) from the interface (e.g "... from any to fxp0").
This however, creates window for possible attacks from the network.
Implement the solution proposed by YAMAMOTO Takashi:
Add /etc/defaults/pf.boot.conf and load it with the /etc/rc.d/pf_boot
script before starting the network. People who don't like the default
rules can override it with their own /etc/pf.boot.conf.
The default rules have been obtained from OpenBSD.
No objections on: tech-security
Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Thu Apr 28 10:59:40 2005 UTC (20 years ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.3: preferred, colored
Changes since revision 1.2.2.3: +12 -4
lines
Pull up revision 1.3 (requested by lukem in ticket #205):
If /etc/ssh/sshd_config contains the following deprecated options,
comment them out:
rhostsauthentication
verifyreversemapping
reversemappingcheck
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 26 01:07:35 2005 UTC (20 years ago) by lukem
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -4
lines
If /etc/ssh/sshd_config contains the following deprecated options,
comment them out:
rhostsauthentication
verifyreversemapping
reversemappingcheck
Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 20 11:27:35 2005 UTC (20 years ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.2: preferred, colored
Changes since revision 1.2.2.2: +13 -28
lines
Pull up revision 1.2 (requested by lukem in ticket #167):
do_postinstall() is now unnecessary; remove it.
If extracting -s etc.tgz to a temporary directory, don't run the
embedded etc/postinstall since it doesn't exist anymore.
Remember the original SRC_DIR passed in (e.g, "-s etc.tgz") and
display that in the suggested "fix" message, rather than a temporary
path to the extracted etc.tgz which won't be correct for the next run.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 20 11:20:13 2005 UTC (20 years ago) by tron
Branches: netbsd-3
Diff to: previous 1.2.2.1: preferred, colored
Changes since revision 1.2.2.1: +1318 -0
lines
Pull up revision 1.1 (requested by lukem in ticket #164):
Move /etc/postinstall (and the etc.tgz set) to /usr/sbin/postinstall
(and the base.tgz set).
Revision 1.2.2.1
Sun Apr 17 15:38:34 2005 UTC (20 years ago) by tron
Branches: netbsd-3
FILE REMOVED
Changes since revision 1.2: +0 -1303
lines
file postinstall was added on branch netbsd-3 on 2005-04-20 11:20:13 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 17 15:38:34 2005 UTC (20 years ago) by lukem
Branches: MAIN
Branch point for: netbsd-3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -28
lines
do_postinstall() is now unnecessary; remove it.
If extracting -s etc.tgz to a temporary directory, don't run the
embedded etc/postinstall since it doesn't exist anymore.
Remember the original SRC_DIR passed in (e.g, "-s etc.tgz") and
display that in the suggested "fix" message, rather than a temporary
path to the extracted etc.tgz which won't be correct for the next run.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 17 15:15:49 2005 UTC (20 years ago) by lukem
Branches: MAIN
Move /etc/postinstall (and the etc.tgz set) to /usr/sbin/postinstall
(and the base.tgz set).
CVSweb <webmaster@jp.NetBSD.org>