Now squid startup script is unable to start squid
# pkg info -x ^squid
squid-3.2.3_1 HTTP Caching Proxy
# sysctl net.fibs
net.fibs: 1
# grep squid /etc/rc.conf
squid_enable="YES"
squid_pidfile="/var/squid/squid.pid"
squid_chdir="/var/squid"
# /usr/local/etc/rc.d/squid start
St
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I think this commit may have broken building the
print/system-config-printer port. It uses xmlto to generate it's
documentation, which calls "locale charmap". On at least 8.3 (only
place I've tested), this returns simply "US-ASCII", which works fine.
B
Author: ed
Date: Sat Nov 17 16:47:05 2012
New Revision: 243183
URL: http://svnweb.freebsd.org/changeset/base/243183
Log:
Fix whitespace.
MFC after:1 week
Modified:
head/usr.bin/w/extern.h
head/usr.bin/w/proc_compare.c
Modified: head/usr.bin/w/extern.h
=
This is because the squid rc script processes fib itself; that needs
wrapping in a test for the function. I can fix it tomorrow.
As a workaround, remove the line start_precmd=squid_setfib from the squid
rc script.
Chris
On 17 Nov 2012 14:19, "Gennady Proskurin" wrote:
> Now squid startup scrip
Author: hrs
Date: Sat Nov 17 18:11:10 2012
New Revision: 243184
URL: http://svnweb.freebsd.org/changeset/base/243184
Log:
Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
=
Author: hrs
Date: Sat Nov 17 19:54:23 2012
New Revision: 243185
URL: http://svnweb.freebsd.org/changeset/base/243185
Log:
Add -fib modifier to specify FIB number. The FIB number can be in a
comma-separated list and/or range specification:
# route add -inet 192.0.2.0/24 198.51.100.1 -fib
Author: tuexen
Date: Sat Nov 17 20:04:04 2012
New Revision: 243186
URL: http://svnweb.freebsd.org/changeset/base/243186
Log:
Add support for SCTP/UDP/IPV6.
This completes the support of
http://tools.ietf.org/html/draft-ietf-tsvwg-sctp-udp-encaps
MFC after: 1 week
Modified:
head/sys/n
Author: hrs
Date: Sat Nov 17 20:19:00 2012
New Revision: 243187
URL: http://svnweb.freebsd.org/changeset/base/243187
Log:
Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to
userland via routing socket or sysctl. This eliminates the following
KAME-specific sin6_scope_id
Author: hrs
Date: Sat Nov 17 21:44:02 2012
New Revision: 243188
URL: http://svnweb.freebsd.org/changeset/base/243188
Log:
Use -fib N modifier to add/delete a route to/from multiple FIBs.
Modified:
head/etc/rc.d/routing
Modified: head/etc/rc.d/routing
=
Author: adrian
Date: Sat Nov 17 21:55:49 2012
New Revision: 243189
URL: http://svnweb.freebsd.org/changeset/base/243189
Log:
Just compile the whole ath chipset support in.
Modified:
head/sys/arm/conf/CAMBRIA
Modified: head/sys/arm/conf/CAMBRIA
Author: dim
Date: Sat Nov 17 22:40:18 2012
New Revision: 243190
URL: http://svnweb.freebsd.org/changeset/base/243190
Log:
MFC r242706:
Put in a band-aid to get the pc98 bootstraps building, now clang is the
default compiler. This has two parts:
- Make sys/boot/pc98/boot2 always b
Author: dim
Date: Sat Nov 17 22:50:50 2012
New Revision: 243191
URL: http://svnweb.freebsd.org/changeset/base/243191
Log:
MFC r242835:
Reduce LLVM's default stack alignment for i386 from 16 to 4 bytes, as
the FreeBSD ABI requires. This is essentially a revert of upstream llvm
commit r1
Author: dim
Date: Sat Nov 17 22:58:33 2012
New Revision: 243192
URL: http://svnweb.freebsd.org/changeset/base/243192
Log:
MFC r242873:
Fix all the inconsistent nve_os* function declarations and definitions
in nve(4). The OS_API structure defined in os.h expects NV_API_CALL
attributes,
Author: dim
Date: Sat Nov 17 23:05:18 2012
New Revision: 243193
URL: http://svnweb.freebsd.org/changeset/base/243193
Log:
MFC r242879:
Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in
libc.a and libc_p.a. In addition, define isnan in libm.a and libm_p.a,
but not
Author: andrew
Date: Sat Nov 17 23:06:00 2012
New Revision: 243194
URL: http://svnweb.freebsd.org/changeset/base/243194
Log:
Clean up the two i80321 copies of initarm to be closer to one another.
Modified:
head/sys/arm/xscale/i80321/ep80219_machdep.c
head/sys/arm/xscale/i80321/iq31244_machd
Author: dim
Date: Sat Nov 17 23:11:04 2012
New Revision: 243195
URL: http://svnweb.freebsd.org/changeset/base/243195
Log:
MFC r243034:
In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since
%option nounput is already specified.
Modified:
stable/9/crypto/heimdal/lib/sl/slc-
Author: dim
Date: Sat Nov 17 23:14:31 2012
New Revision: 243196
URL: http://svnweb.freebsd.org/changeset/base/243196
Log:
MFC r243035:
For mkcsmapper, conditionalize gcc-specific compile flags.
Modified:
stable/9/usr.bin/mkcsmapper/Makefile.inc
Directory Properties:
stable/9/usr.bin/mk
Author: dim
Date: Sat Nov 17 23:31:16 2012
New Revision: 243197
URL: http://svnweb.freebsd.org/changeset/base/243197
Log:
MFC r243036:
In games/fortune/fortune/fortune.c, make 'Debug' the correct type (it is
*not* a boolean).
Modified:
stable/9/games/fortune/fortune/fortune.c
Directory
Author: dim
Date: Sat Nov 17 23:34:10 2012
New Revision: 243198
URL: http://svnweb.freebsd.org/changeset/base/243198
Log:
MFC r243037:
Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it
compared an enum scope_type against a yacc-generated define, so the
condition would
Author: dim
Date: Sat Nov 17 23:39:36 2012
New Revision: 243199
URL: http://svnweb.freebsd.org/changeset/base/243199
Log:
MFC r243037:
Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it
compared an enum scope_type against a yacc-generated define, so the
condition would
Author: dim
Date: Sat Nov 17 23:44:01 2012
New Revision: 243200
URL: http://svnweb.freebsd.org/changeset/base/243200
Log:
MFC r243037:
Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it
compared an enum scope_type against a yacc-generated define, so the
condition would
Author: grog
Date: Sat Nov 17 23:49:20 2012
New Revision: 243201
URL: http://svnweb.freebsd.org/changeset/base/243201
Log:
Correctly handle keywords without options.
Reported by: swills@
MFC after:14 days
Modified:
head/usr.bin/locale/locale.c
Modified: head/usr.bin/locale/locale.
On Saturday, 17 November 2012 at 11:16:11 -0500, Steve Wills wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I think this commit may have broken building the
> print/system-config-printer port. It uses xmlto to generate it's
> documentation, which calls "locale charmap". On at least 8.
Author: grog
Date: Sat Nov 17 23:52:38 2012
New Revision: 243202
URL: http://svnweb.freebsd.org/changeset/base/243202
Log:
Sort options.
Add comment on standards conformity.
MFC after:14 days
Modified:
head/usr.bin/locale/locale.1
Modified: head/usr.bin/locale/locale.1
===
Author: jmallett
Date: Sat Nov 17 23:53:12 2012
New Revision: 243203
URL: http://svnweb.freebsd.org/changeset/base/243203
Log:
Remove one wholly-unused and buggy routine and some nearby alternative
symbols.
While here, also correct a comment that seems to imply that this file is
NetBSD's
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/17/12 18:51, Greg 'groggy' Lehey wrote:
>
> Sorry, my bad. Revision 243201 should fix it.
>
Thanks!
Steve
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)
iQEcBAEBAgAGBQJQqE8qAAoJEPXPYrMgexuh6Z8H/AjAjh+hJn15576w6hgPJWud
WiNY
Author: adrian
Date: Sun Nov 18 04:51:46 2012
New Revision: 243208
URL: http://svnweb.freebsd.org/changeset/base/243208
Log:
Fix up a compile time warning if INET6 isn't defined.
Modified:
head/sys/net/rtsock.c
Modified: head/sys/net/rtsock.c
=
Author: eadler
Date: Sun Nov 18 06:21:45 2012
New Revision: 243210
URL: http://svnweb.freebsd.org/changeset/base/243210
Log:
MFC r243074:
Add a missing check for fread
Approved by: cperciva (implicit)
Modified:
stable/9/usr.sbin/ndiscvt/ndiscvt.c
Directory Properties:
stable/9
Author: eadler
Date: Sun Nov 18 06:25:37 2012
New Revision: 243211
URL: http://svnweb.freebsd.org/changeset/base/243211
Log:
MFC r243075:
Make definition match declaration
Approved by: cperciva (implicit)
Modified:
stable/9/usr.bin/bc/bc.y
Directory Properties:
stable/9/usr.bi
On Sun, Nov 18, 2012 at 06:21:46AM +, Eitan Adler wrote:
> Author: eadler
> Date: Sun Nov 18 06:21:45 2012
> New Revision: 243210
> URL: http://svnweb.freebsd.org/changeset/base/243210
>
> Log:
> MFC r243074:
> Add a missing check for fread
>
> Approved by:cperciva (implic
30 matches
Mail list logo