Remove hard-coded limit (200) on maximum number of packages that can be
added with a single invocation of pkg_add, replacing it with something
rather more dynamic.
1.90: Fix typos in comments.
1.91: Add /lib and /libexec to the list of directories that have the
schg flag removed prior to an upgrade.
1.93: Fix a pair of user-visible typos.
Approved by: ru
Allow for module-path being a semicolon-separated list of dirs.
This is consistent with kern.module_path sysctl and also compensates
for the unconventional syntax of asf(8) where the last of multiple
arguments is the output file, which prevents us from using the
traditional Unix syntax "foo file ..." to specify multiple module
dirs.
asf.c rev. 1.12
asf.8 rev. 1.11
- Add israeli mirror IPv4 and IPv6 [1]
- Add an IPv6 main site now both ISC and TDC have IPv6
Submitted by: Rostislav Krasny <rosti.bsd@gmail.com> [1]
Reviewed by: simon
Do not mark Bluetooth HID device as "potential keyboard" if its descriptor
has items with CONSUMER page. For now only check for items with KEYBOARD page.
This should prevent bthidd(8) from allocating vkbd(4) keyboard for Microsoft
Bluetooth Explorer mouse.
Approved by: re (bmah)
revision 1.240
date: 2006/11/23 00:57:10; author: kensmith; state: Exp; lines: +1 -1
Oops - what people refer to as linux_base-fc4 calls itself linux_base-fc
and that's what pkg_add needs.
Fix a bug which caused a spurious "Fetching 2 metadata files... failed."
error message the first time FreeBSD Update is run on a release which
doesn't need any updates.
> revision 1.108
> date: 2006/11/19 08:12:54; author: kensmith; state: Exp; lines: +15 -19
> Move the check for which disc volume we have/want to after we install
> the package dependencies. Installation of the dependencies may leave
> us on the wrong disc volume.
The eui64.[ch] and ipv6cp.[ch] were taken from ppp-2.3.11.
However, our stock pppd(8) doesn't provide option_t nor some
utility functions. So, I made some hacks to adjust to our
stock pppd(8).
The sys_bsd.c part was taken from NetBSD with some
modifications to adjust to our stock pppd(8).
usr.sbin/pppd/Makefile: 1.31
usr.sbin/pppd/eui64.c: 1.2
usr.sbin/pppd/eui64.h: 1.1
usr.sbin/pppd/ipv6cp.c: 1.2
usr.sbin/pppd/ipv6cp.h: 1.2
usr.sbin/pppd/main.c: 1.22
usr.sbin/pppd/options.c: 1.25
usr.sbin/pppd/pathnames.h: 1.11
usr.sbin/pppd/pppd.8: 1.27
usr.sbin/pppd/pppd.h: 1.14
usr.sbin/pppd/sys-bsd.c: 1.21
If the user did not chose a distribution from the menu, a sensible
default distribution (user) will be installed, however, no kernel
will be installed. Fix this by installing a sensible default kernel,
SMP/GENERIC, depending on WITH_SMP and number of CPUS found.
Approved by: re (hrs)
Comment out the first paragraph; while it tells the true (we're using
the old BSD config(8) utility in FreeBSD), it does not look good.
PR: docs/100328
Approved by: re (blanket)
My previous commit made it impossible to export / over NFS; this small
change fixes this.
Reported by: Lin Jui-Nan Eric < ericlin dot jnlin at gmail dot com >
Submitted by: Erik Trulsson < ertr1013 at student dot uu dot se > (commit is i
nspired by a patch from Erik)
Pointyhat to: me
Reviewed by: stable@
Approved by: re (bmah), imp (mentor)
feature is that we can now specify additional command line
parameters, which makes it possible to use applications, e.g.
mini_sendmail as a sendmail replacement.
Approved by: re (hrs)