Gps takipte olay.!! Aidat yok.Abonelik yok,ömür boyu size ait

2010-03-03 Thread Aidatsız araç takip
T\RK]YE'N]N ARAG TAK]P AGILIMINI B]Z YAPIYORUZ. '']DDA ED]YORUZ DAHA UYGUN A]DATSIZ ve ABONEL]KS]Z S]STEM YOK'' Arag takip sistemi almaya karar verdiyseniz, ~u sorulara verecepiniz yan}tlar sizi dopru sisteme gvt|recektir 1- T|rkiyede 250 $ alt}nda

ports.7

2010-03-03 Thread J.C. Roberts
The ports(7) man page reads: --- and use the update target with FORCE_UPDATE set to `Yes' for the build. ... PORT VARIABLES These can be changed in the environment, or in /etc/mk.conf for persistence

Saznajte sudbinu svoje veze...

2010-03-03 Thread E-topshop
If you have trouble seeing this mail, click here. Top Shop Top E-revija: 46, 3. mart 2010. Najbolja praktiD na rešenja i saveti za bolji E>ivot PoD etna | Budi fit! | Lepota | Zdrav E>ivot DomaDinstvo | Zabava i deca | Quelle katalog | Knjige Top Shop HIT TV proizvodi! H2O mop ultra - univ

Re: [patch] fix a few ksh auto-completion bugs

2010-03-03 Thread Sviatoslav Chagaev
On Wed, 3 Mar 2010 18:14:51 -0500 Brad wrote: > On Thursday 04 March 2010 03:00:03 Sviatoslav Chagaev wrote: > > Greetings and felicitations! > > Ensure the diffs are created as a unified diff (.e.g. cvs diff -upRN) if > you actually want anyone to look at them ;) > > -- > This message has bee

[PATCH] Fix for jbrickshooter

2010-03-03 Thread Daniel Dickman
The shell script to launch jbrickshooter depends on having the JRE installed and fails if only the JDK is available. # jbrickshooter /usr/local/bin/jbrickshooter[2]: /usr/local/jre-1.7.0/bin/java: not found The patch below fixes things to use javaPathHelper which is more robust and will work if

[patch] fix a few ksh auto-completion bugs

2010-03-03 Thread Sviatoslav Chagaev
Greetings and felicitations! Two things about auto-completion annoyed me in ksh for almost 4 years: ( `|' shows the position of cursor after auto-completion) 1) tilde bug: $ ls ~/nonexist $ ls ~/nonexist\* | (i.e. it expands to something insensible, instead of doing nothing like in /home//nonexis

Re: mistake in fsck_ffs.8

2010-03-03 Thread Ted Unangst
On Wed, Mar 3, 2010 at 8:50 AM, Jason McIntyre wrote: >> Which is more correct "filesystems" or "file systems" ? >> > > well, it is not really a question of which is correct, since both are. > more like, which do you want to use... our man pages use both about > equally. At one point I made an ef

Re: mistake in fsck_ffs.8

2010-03-03 Thread Jason McIntyre
On Wed, Mar 03, 2010 at 05:38:54AM -0800, J.C. Roberts wrote: > On Wed, 3 Mar 2010 13:07:03 + Jason McIntyre > wrote: > > > On Wed, Mar 03, 2010 at 01:24:09PM +0100, Otto Moerbeek wrote: > > > > > > Ok, with tweaks. I don't it is neccesary to repeat we are dealing > > > with FFS, nor is the

Re: mistake in fsck_ffs.8

2010-03-03 Thread J.C. Roberts
On Wed, 3 Mar 2010 13:07:03 + Jason McIntyre wrote: > On Wed, Mar 03, 2010 at 01:24:09PM +0100, Otto Moerbeek wrote: > > > > Ok, with tweaks. I don't it is neccesary to repeat we are dealing > > with FFS, nor is the e.g. useful, imo. jmc, do you agree? > > > > yes, i'm fine with this lates

Re: mistake in fsck_ffs.8

2010-03-03 Thread Jason McIntyre
On Wed, Mar 03, 2010 at 01:24:09PM +0100, Otto Moerbeek wrote: > > Ok, with tweaks. I don't it is neccesary to repeat we are dealing with > FFS, nor is the e.g. useful, imo. jmc, do you agree? > yes, i'm fine with this latest diff. jmc > -Otto > > Index: fsck_ffs.8 >

Re: mistake in fsck_ffs.8

2010-03-03 Thread Otto Moerbeek
On Wed, Mar 03, 2010 at 03:41:58AM -0800, J.C. Roberts wrote: > On Wed, 3 Mar 2010 12:11:43 +0100 Otto Moerbeek wrote: > > > +.It Fl p > > +Enter preen mode: > > +.Nm > > +will check all file systems listed on the command line > > +and will make minor repairs without > > +human intervention. > >

Re: mistake in fsck_ffs.8

2010-03-03 Thread Igor Sobrado
On Wed, Mar 3, 2010 at 11:59 AM, J.C. Roberts wrote: > > The preen mode `-p` option should still be in the main list of options > as well as mentioned in the paragraphs. Since in fsck_ffs preen doesn't > read /etc/fstab it's operation is slightly different than fsck proper. Agreed, `-p' in fsck_f

Re: mistake in fsck_ffs.8

2010-03-03 Thread J.C. Roberts
On Wed, 3 Mar 2010 12:11:43 +0100 Otto Moerbeek wrote: > +.It Fl p > +Enter preen mode: > +.Nm > +will check all file systems listed on the command line > +and will make minor repairs without > +human intervention. > +Any major problems will cause > +.Nm > +to exit with a non-zero exit code, > +s

Re: mistake in fsck_ffs.8

2010-03-03 Thread Otto Moerbeek
On Wed, Mar 03, 2010 at 02:59:23AM -0800, J.C. Roberts wrote: > On Wed, 3 Mar 2010 11:36:28 +0100 Otto Moerbeek wrote: > > > > If fsck_ffs is *supposed* to read /etc/fstab like fsck does, then > > > the problem is in the code. > > > > fsck_ffs is not supposed to read fstab, so this line should

Re: mistake in fsck_ffs.8

2010-03-03 Thread J.C. Roberts
On Wed, 3 Mar 2010 11:36:28 +0100 Otto Moerbeek wrote: > > If fsck_ffs is *supposed* to read /etc/fstab like fsck does, then > > the problem is in the code. > > fsck_ffs is not supposed to read fstab, so this line should be gone. > Diff below. > > > > > Also the `-p` option (preen) is not in t

Re: mistake in fsck_ffs.8

2010-03-03 Thread Jason McIntyre
On Wed, Mar 03, 2010 at 11:36:28AM +0100, Otto Moerbeek wrote: > > > > > Also the `-p` option (preen) is not in the list of options. > > Which list? usage and man page look ok to me on current. > yeah, i don;t get this bit either. > > Index: fsck_ffs.8 > =

Re: mistake in fsck_ffs.8

2010-03-03 Thread Otto Moerbeek
On Wed, Mar 03, 2010 at 01:17:17AM -0800, J.C. Roberts wrote: > Unfortunately, the following statement is not true: > > If no file systems are given to fsck_ffs then a default list of > file sys- tems is read from the file /etc/fstab. > > To test, boot single user and run > # f

mistake in fsck_ffs.8

2010-03-03 Thread J.C. Roberts
Unfortunately, the following statement is not true: If no file systems are given to fsck_ffs then a default list of file sys- tems is read from the file /etc/fstab. To test, boot single user and run # fsck_ffs -fp If fsck_ffs is *supposed* to read /etc/fstab like fsck doe