Re: OpenOSPF6d does not send LSAs for passive interfaces

2011-01-05 Thread Jan Johansson
Patrick Coleman blin...@gmail.com wrote:
 Ok, the following should fix this. It's a little more involved; here's
 what's new:
 
 http://patrick.ld.net.au/ospf6d-fix-passive-interfaces-mk2.patch

So I found a bug here.

Your mk2 patch (didn't try the mk1) does not advertise gif
tunnels this works with the unpatched binary.

Config:
router-id AAA.BBB.154.120

# Temporary until area routers are doing OSPF.
redistribute static

area 0.0.0.0 {
interface bge0

# %%INTERFACES%%
interface gif10
interface gif12
interface gif14
}

Interface:
gif10: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1280
priority: 0
groups: gif
physical address inet AAA.BBB.154.120 -- AAA.BBB.154.93
inet6 2001:dead:5:ffa::1 -  prefixlen 64
inet6 fe80::206:5bff:feef:8128%gif10 -  prefixlen 64 scopeid 0x5



Re: ls(1) multibyte support

2011-01-05 Thread Alexander Polakov
Hi,

here's an updated version.

1) en_US.UTF-8.src updates from FreeBSD
2) wcwidth() changed to use the same code as iswprint()
   * maybe just use iswprint() itself?
3) _RUNETYPE_SW0 changed to be !0 (and match FreeBSD). 0 value is used in
   mklocale to perform additional checks required for MAPLOWER and
   MAPUPPER, but not SWIDTHx.

--- share/locale/ctype/en_US.UTF-8.src  Wed Jan  5 12:37:22 2011
+++ share/locale/ctype/en_US.UTF-8.src  Wed Jan  5 09:47:56 2011
@@ -491,9 +491,9 @@
  * U+0300 - U+036F : Combining Diacritical Marks
  */
 
-GRAPH 0x0300 - 0x034f  0x0360 - 0x036f
-PRINT 0x0300 - 0x034f  0x0360 - 0x036f
-SWIDTH1   0x0300 - 0x034f  0x0360 - 0x036f
+GRAPH 0x0300 - 0x034e  0x0350 - 0x036f
+PRINT 0x0300 - 0x034e  0x0350 - 0x036f
+SWIDTH0   0x0300 - 0x034e  0x0350 - 0x036f
 
 MAPUPPER   0x0345 0x0399 
 
@@ -583,7 +583,7 @@
 LOWER 0x04c8  0x04ca  0x04cc  0x04ce  0x04d1  0x04d3  0x04d5
 LOWER 0x04d7  0x04d9  0x04db  0x04dd  0x04df  0x04e1  0x04e3
 LOWER 0x04e5  0x04e7  0x04e9  0x04eb  0x04ed  0x04ef  0x04f1
-LOWER 0x04f3  0x04f5  0x04f9
+LOWER 0x04f3  0x04f5  0x04f7  0x04f9
 PUNCT 0x0482
 UPPER 0x0400 - 0x042f  0x0460  0x0462  0x0464  0x0466  0x0468
 UPPER 0x046a  0x046c  0x046e  0x0470  0x0472  0x0474  0x0476
@@ -595,9 +595,10 @@
 UPPER 0x04c5  0x04c7  0x04c9  0x04cb  0x04cd  0x04d0  0x04d2
 UPPER 0x04d4  0x04d6  0x04d8  0x04da  0x04dc  0x04de  0x04e0
 UPPER 0x04e2  0x04e4  0x04e6  0x04e8  0x04ea  0x04ec  0x04ee
-UPPER 0x04f0  0x04f2  0x04f4  0x04f8
-PRINT 0x0400 - 0x0486  0x0488 - 0x04ce  0x04d0 - 0x04f5  0x04f8  0x04f9
-SWIDTH1   0x0400 - 0x0486  0x0488 - 0x04ce  0x04d0 - 0x04f5  0x04f8  0x04f9
+UPPER 0x04f0  0x04f2  0x04f4  0x04f6  0x04f8
+PRINT 0x0400 - 0x0486  0x0488 - 0x04ce  0x04d0 - 0x04f9
+SWIDTH0   0x0483 - 0x0486  0x0488 - 0x0489
+SWIDTH1   0x0400 - 0x0482  0x048a - 0x04ce  0x04d0 - 0x04f9
 
 MAPUPPER   0x0430 - 0x044f : 0x0410 
 MAPUPPER   0x0450 - 0x045f : 0x0400 
@@ -671,6 +672,7 @@
 MAPUPPER   0x04f1 0x04f0 
 MAPUPPER   0x04f3 0x04f2 
 MAPUPPER   0x04f5 0x04f4 
+MAPUPPER   0x04f7 0x04f6 
 MAPUPPER   0x04f9 0x04f8 
 MAPLOWER   0x0400 - 0x040f : 0x0450 
 MAPLOWER   0x0410 - 0x042f : 0x0430 
@@ -744,6 +746,7 @@
 MAPLOWER   0x04f0 0x04f1 
 MAPLOWER   0x04f2 0x04f3 
 MAPLOWER   0x04f4 0x04f5 
+MAPLOWER   0x04f6 0x04f7 
 MAPLOWER   0x04f8 0x04f9 
 
 
@@ -1052,7 +1055,8 @@
 GRAPH 0x0e01 - 0x0e3a  0x0e3f - 0x0e5b
 PUNCT 0x0e3f  0x0e4f  0x0e5a  0x0e5b
 PRINT 0x0e01 - 0x0e3a  0x0e3f - 0x0e5b
-SWIDTH1   0x0e01 - 0x0e3a  0x0e3f - 0x0e5b
+SWIDTH0   0x0e31   0x0e34 - 0x0e3a  0x0e47 - 0x0e4e
+SWIDTH1   0x0e01 - 0x0e30  0x0e32 - 0x0e33  0x0e3f - 0x0e46  0x0e4f - 0x0e5b
 
 TODIGIT0x0e50 - 0x0e59 : 0x 
 
@@ -1283,7 +1287,15 @@
 
 TODIGIT0x1810 - 0x1819 : 0x 
 
+/*
+ * U+1DC0 - U+1DFF : Combining Diacritical Marks Supplement
+ */
 
+GRAPH 0x1DC0 - 0x1DC3
+PRINT 0x1DC0 - 0x1DC3
+SWIDTH0   0x1DC0 - 0x1DC3
+
+
 /*
  * U+1E00 - U+1EFF : Latin Extended Additional
  */
@@ -1672,7 +1684,8 @@
 BLANK 0x2000 - 0x200b  0x202f  0x205f
 PRINT 0x2000 - 0x200b  0x2010 - 0x2029  0x202f - 0x2052  0x2057
 PRINT 0x205f
-SWIDTH1   0x2000 - 0x200b  0x2010 - 0x2029  0x202f - 0x2052  0x2057
+SWIDTH1   0x2000 - 0x200a  0x2010 - 0x2029  0x202f - 0x2052  0x2057
+SWIDTH0   0x200b - 0x200d
 SWIDTH1   0x205f
 
 
@@ -1707,9 +1720,9 @@
  * U+20D0 - U+20FF : Combining Diacritical Marks for Symbols
  */
 
-GRAPH 0x20d0 - 0x20ea
-PRINT 0x20d0 - 0x20ea
-SWIDTH1   0x20d0 - 0x20ea
+GRAPH 0x20d0 - 0x20eb
+PRINT 0x20d0 - 0x20eb
+SWIDTH0   0x20d0 - 0x20eb
 
 
 /*
@@ -1987,7 +2000,8 @@
 PUNCT 0x309b  0x309c
 PRINT 0x3041 - 0x3096  0x3099 - 0x309f
 PHONOGRAM 0x3041 - 0x3096  0x309f
-SWIDTH2   0x3041 - 0x3096  0x3099 - 0x309f
+SWIDTH0   0x3099 - 0x309a
+SWIDTH2   0x3041 - 0x3096  0x309b - 0x309f
 
 
 /*
@@ -2211,7 +2225,7 @@
 
 GRAPH 0xfe20 - 0xfe23
 PRINT 0xfe20 - 0xfe23
-SWIDTH1   0xfe20 - 0xfe23
+SWIDTH0   0xfe20 - 0xfe23
 
 
 /*
@@ -2333,8 +2347,13 @@
 GRAPH 0x1d100 - 0x1d126  0x1d12a - 0x1d172  0x1d17b - 0x1d1dd
 PUNCT 0x1d100 - 0x1d126  0x1d12a - 0x1d164  0x1d16a - 0x1d16c
 PUNCT 0x1d183  0x1d184  0x1d18c - 0x1d1a9  0x1d1ae - 0x1d1dd
-PRINT 0x1d100 - 0x1d126  0x1d12a - 0x1d172  0x1d17b - 0x1d1dd
-SWIDTH1   0x1d100 - 0x1d126  0x1d12a - 0x1d172  0x1d17b - 0x1d1dd
+PRINT 0x1d100 - 0x1d126  0x1d12a - 0x1d158  0x1d15a - 0x1d172
+PRINT 0x1d17b - 0x1d1dd
+SWIDTH0   0x1d165 - 0x1d169  0x1d16d - 0x1d172  0x1d17b - 0x1d182
+SWIDTH0   0x1d185 - 0x1d18b  0x1d1aa - 0x1d1ad
+SWIDTH1   0x1d100 - 0x1d126  0x1d12a - 0x1d158  0x1d15a - 0x1d164
+SWIDTH1   0x1d16a - 0x1d16c  0x1d183   0x1d184  0x1d18c - 0x1d1a9
+SWIDTH1   0x1d1ae - 0x1d1dd
 
 
 /*
--- lib/libc/locale/iswctype.c.orig Tue Jan  4 23:12:23 2011
+++ lib/libc/locale/iswctype.c  Wed Jan  5 10:02:36 2011
@@ -170,7 +170,9 @@
 int
 wcwidth(wchar_t c)
 {
-return (((unsigned)__runetype_w(c)  _CTYPE_SWM)  

Nikon D90 Kit y Body - Precio Inmejorable

2011-01-05 Thread DigitalesNet
USD1369   Nikon 
D90 Kit 18-105 Caacute;mara  digital
reacute;flex, objetivos intercambiables  /
Sensor: CMOS de 12,30 MP efectivos / Tamantilde;o  
   sensor 23,60 x 15,80 mm / Montura: Nikon - Kit   
  de lentes 18-105 mm / Factor de multiplicacioacute;n 
1,50x Pantalla TFT de 3,00 pulgadas   USD   
1039   Nikon  D90 Body
Caacute;mara  digital reacute;flex,
objetivos intercambiables  / Sensor: CMOS de
12,30 MP efectivos / Tamantilde;o  sensor
23,60 x 15,80 mm / Montura: Nikon / Factor 
de multiplicacioacute;n 1,50x Pantalla TFT de  
   3,00 pulgadas



Unde vei petrece sarbatorile de iarna?

2011-01-05 Thread Consilier CFI
Daca aveti probleme cu vizionarea acestui email dati [click aici] pentru
a vizualiza varianta online!

[IMAGE]

[IMAGE]

Newsletter 04.01.2011  

[IMAGE]

CaseFaraIntermediari.roUrmariti-ne pe Facebook!Urmariti-ne pe 
Twitter!Urmariti-ne pe Blogger!

Ultimele anunturi adaugate

Vezi toate anunturile

[IMAGE]

[IMAGE]

Garsoniera - Piata Alba Iulia, Bucuresti

Garsoniera - Piata Alba Iulia, Bucuresti

450 EUR/luna

  INCHIRIERE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Apartament 4 camere - Dorobanti, Bucuresti

Apartament 4 camere - Dorobanti, Bucuresti

105.000 EUR

  VANZARE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Casa si teren - Cetatuia, Giurgiu

Casa si teren - Cetatuia, Giurgiu

100.000 RON

  VANZARE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Vila 6 camere - Corbeanca-Petresti

Vila 6 camere - Corbeanca-Petresti

169.000 EUR

  VANZARE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Apartament 3 camere - Bucurestii Noi

Apartament 3 camere - Bucurestii Noi

270.000 EUR

  VANZARE

DETALII ;

[IMAGE]

[IMAGE]

Publica si tu un anunt!

[IMAGE]

Stiri Imobiliare

Vezi toate stirile

[IMAGE]

[IMAGE]

MDRT vrea sa suplimenteze numarul locuintelor ANL scoase la vanzare

MDRT vrea sa suplimenteze numarul locuintelor ANL scoase la vanzare
Dintre cele 3.615 care vor fi trecute nn proprietatea privata a statului,
1.120 se afla in Capitala. Proiectul de HG a fost postat pe site-ul
ministerului la 30 decembrie Ministerul Dezvoltarii Regionale si
Turismului (MDRT) a initiat un proiect de hotarare prin care
suplimenteaza cu ...[CITESTE TOT]

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

In ce orase romanesti vor exploda hipermarketurile

In ce orase romanesti vor exploda hipermarketurile
Urmatorul deceniu are semne bune pentru investitorii care vor sa isi
extinda afacerile in Romania. Capitala si vestul tarii se numara printre
regiunile europene care vor cunoaste cea mai rapida evolutie a vanzarilor
de bunuri Regiunile din jurul unor orase precum Pitesti, TimiEoara sau
...[CITESTE TOT]

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Ce asteapta analistii imobiliari de la 2011

Ce asteapta analistii imobiliari de la 2011
Analistii imobiliari se asteapta sa reinceapa dezvoltarile imobiliare de
cladiri de birouri, dar si sa se accentueze practica executarilor silite.
In 2011, vedetele tranzactiilor vor ramane proprietatile de calitate, de
tip prime, generatoare de venit. In acest sens, calitatea ...[CITESTE
TOT]

[IMAGE]

[IMAGE]

Oferte turistice

Vezi toate ofertele

[IMAGE]

[IMAGE]

Pensiunea Casa Leah - Rasnov, Brasov

Pensiunea Casa Leah - Rasnov, Brasov

negociabil

  INCHIRIERE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Pensiunea Cristina - Rasnov, Brasov

Pensiunea Cristina - Rasnov, Brasov

negociabil

  INCHIRIERE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Pensiunea Vila Andrei - Bran, Brasov

Pensiunea Vila Andrei - Bran, Brasov

negociabil

  INCHIRIERE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Pensiunea Vila Coca - Predeal

Pensiunea Vila Coca - Predeal

negociabil

  INCHIRIERE

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Pensiunea Roua Muntilor - Sambata de Sus, Brasov

Pensiunea Roua Muntilor - Sambata de Sus, Brasov

negociabil

  INCHIRIERE

DETALII ;

[IMAGE]

[IMAGE]

Publica si tu un anunt!

Stiri economice

Vezi toate stirile

[IMAGE]

[IMAGE]

Udrea: PDL are nevoie de reformare, dar nu mai mult decCt celelalte partide

Udrea: PDL are nevoie de reformare, dar nu mai mult decCt celelalte
partide
Partidul Democrat Liberal (PDL) are nevoie de reformare, insa in niciun
caz mai mult decat celelalte partide, a declarat, marti, intr-o
conferinta de presa, Elena Udrea, secretar executiv la PDL si ministru al
Dezvoltarii. Intrebata daca ii este teama de o scindare a partidului, ea
a raspuns ...[CITESTE TOT]

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Rata anuala a inflatiei din zona euro a crescut la 2,2% in decembrie

Rata anuala a inflatiei din zona euro a crescut la 2,2% in decembrie
Rata anuala a inflatiei din zona euro a accelerat de la 1,9% in luna
noiembrie a anului trecut la 2,2% in decembrie, cel mai rapid ritm de
crestere din ultimii doi ani, evolutia reflectand in principal majorarea
pretului energiei, potrivit datelor preliminare ale Eurostat, preluate de
Bloomberg. ...[CITESTE TOT]

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Consumul de electricitate a crescut anul trecut cu aproape 5%

Consumul de electricitate a crescut anul trecut cu aproape 5%
Consumul de electricitate a crescut anul trecut cu 4,7% comparativ cu
2009, potrivit estimarilor Transelectrica, iar pentru acest an este
aEteptat un avans de cel putin 1%, a declarat agentiei MEDIAFAX
directorul general adjunct al companiei, Octavian Lohan. CreEterea
consumului a fost ...[CITESTE TOT]

[IMAGE]

[IMAGE]

Scoala romaneasca

Vezi toate scolile

[IMAGE]

[IMAGE]

Scoala  Nr. 195 

Scoala Nr. 195

Lunca Bradului Nr. 2

DETALII ;

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

Scoala Nr, 205 

Scoala Nr, 205

Aleea Compozitorilor


config -b needs -s (and visa versa)?

2011-01-05 Thread Jasper Lievisse Adriaanse
Right now, config doesn't work when either -b or -s is specified. It does work
when both or none are specified. Does anyone know what the correct behaviour
should be?

Here is a diff that would at least make this behaviour explicit (if correct, 
OK?).

-- 
Cheers,
Jasper

Capable, generous men do not create victims, they nurture them.

Index: config.8
===
RCS file: /cvs/src/usr.sbin/config/config.8,v
retrieving revision 1.54
diff -p -u -r1.54 config.8
--- config.810 Dec 2009 22:07:19 -  1.54
+++ config.85 Jan 2011 13:33:28 -
@@ -39,8 +39,7 @@
 .Sh SYNOPSIS
 .Nm config
 .Op Fl p
-.Op Fl b Ar builddir
-.Op Fl s Ar srcdir
+.Op Fl b Ar builddir Fl s Ar srcdir
 .Op Ar config-file
 .Nm config
 .Op Fl u
Index: main.c
===
RCS file: /cvs/src/usr.sbin/config/main.c,v
retrieving revision 1.41
diff -p -u -r1.41 main.c
--- main.c  27 Oct 2009 23:59:51 -  1.41
+++ main.c  5 Jan 2011 13:33:29 -
@@ -84,7 +84,7 @@ usage(void)
extern char *__progname;
 
fprintf(stderr,
-   usage: %s [-p] [-b builddir] [-s srcdir] [config-file]\n
+   usage: %s [-p] [-b builddir -s srcdir] [config-file]\n
   %s [-u] [-f | -o outfile] -e infile\n,
__progname, __progname);
 
@@ -162,6 +162,12 @@ main(int argc, char *argv[])
argv += optind;
if (argc  1 || (eflag  argv[0] == NULL))
usage();
+
+   if ((builddir  !srcdir) || (!builddir  srcdir)) {
+   fprintf(stderr, config: both -b (builddir) and -s 
(sourcedir));
+   fprintf(stderr,  need to be specified\n);
+   usage();
+   }
 
if (eflag) {
 #ifdef MAKE_BOOTSTRAP



Re: config -b needs -s (and visa versa)?

2011-01-05 Thread Ted Unangst
On Wed, Jan 5, 2011 at 2:32 PM, Jasper Lievisse Adriaanse
jas...@humppa.nl wrote:
 Right now, config doesn't work when either -b or -s is specified. It does work
 when both or none are specified. Does anyone know what the correct behaviour
 should be?

Either should work by itself, that's a bug.



News Alert: Shaw’s To Close Five Stores in MA CT

2011-01-05 Thread Griffin E-News
Click below to see the HTML version of this email
http://websmart.griffinconnect.com/q/Jlo3uaVw-Byg-olkOX5RaHg_rTgDEgLV6ugVALMw
a-H2Kt-QU4Cerjh4C



Shawbs To Close Five Stores In Mass. and Conn.  By Feb.
17



Shawbs Supermarkets confirmed on Jan. 5 plans to close a total of five
stores in Massachusetts and Rhode Island by Feb. 17.

The three Massachusetts
stores to be closed include New Bedford, Stoneham, and Revere and the two
Rhode Island stores are in Warwick and Johnston. 

Shawbs issued the
following comment about the closings. bShawbs strives to ensure the
success of all its stores.  However, given the competitive markets we operate
in, and todaybs difficult economic environment, it is occasionally necessary
to close those stores that are not profitable.  While the decision to close a
store is always difficultbgiven the impact on associates and customersb
these were made only after careful evaluation and were guided by what is best
for Shawbs long-term growth and success as a whole.  Now, more than ever, it
is critical that we not lose focus on improving the business, attracting new
customers and staying strong in this economy.b 

Shawbs declined to not
disclosing the number of associates impacted by the store closings but said
when possible, the company will move affected associates to other open
positions and will provide support and assistance to them.









To send
this message to a friend, please click here:
http://websmart.griffinconnect.com/q/lMh2e3O4HcoNHDLVuZCY36NHmgNFsNzO_eNO7za4
3H6Ib8HJ6D99mQLD9



To be removed from this list, please click here:
http://websmart.griffinconnect.com/q/AHCqzFEYo8wAoif7bZdsFUAY9MAkOAfE_zAE5fTY
FolWinoBtcOj92lcO