Product Release Announcement: PDF Reader 2010

2010-03-26 Thread Press.Release
PDF READERB. 2010 - PRODUCT LAUNCH - FOR IMMEDIATE RELEASE March 26th 2010 --- Dear valued customers, We are pleased to update PDF ReaderB. 2010 with enhanced features: Gather, prepare, and share information in *.pdf files using PDF ReaderB. 2010 software Combine multiple file ty

Re: fdisk(8) man page diff

2010-03-26 Thread Kenneth R Westerback
On Fri, Mar 26, 2010 at 08:08:32PM +, Stuart Henderson wrote: > On 2010/03/26 17:47, Jason McIntyre wrote: > > On Fri, Mar 26, 2010 at 01:35:28PM -0400, Kenneth R Westerback wrote: > > > > > > > > Index: fdisk.8 > > > > === > > >

Re: ksh man diff (mknod)

2010-03-26 Thread Igor Sobrado
On Fri, Mar 26, 2010 at 8:49 PM, LEVAI Daniel wrote: > > I've noticed that ksh's man page mentions mknod's b(lock) and c(har) > device parameters as optional, but they are mandatory. Does the following > diff make sense?: > > --- ksh.1.old 2010-02-26 18:54:15.0 +0100 > +++ ksh.1 20

Работать и учиться в интернете

2010-03-26 Thread Юрий Владимирович
ISIF  }rn Lefdsm`pndm` Xjnk` Hmbeqrhvhi h Thm`mqnb (International School of Investments and Finance). ISIF d`er bnglnfmnqr| onkswhr| smhj`k|mne nap`gnb`mhe, jnrnpne onlnfer qngd`r| sqoexms~ h anc`rs~ fhgm|. Jnlo`mh ISIF nrjp{k`q| b Bekhjnaphr`mhh b 2008 cnds. Nqmnb`reklh

Re: fdisk(8) man page diff

2010-03-26 Thread Jason McIntyre
On Fri, Mar 26, 2010 at 08:08:32PM +, Stuart Henderson wrote: > > > > The 4 slots in the MBR partition table allow a disk drive to be > > > > -sub-divided up into chunks known as MBR partitions. > > > > +sub-divided into chunks known as MBR partitions. > > > > > > I think 'sub-divided' can ju

Re: fdisk(8) man page diff

2010-03-26 Thread Stuart Henderson
On 2010/03/26 17:47, Jason McIntyre wrote: > On Fri, Mar 26, 2010 at 01:35:28PM -0400, Kenneth R Westerback wrote: > > > > > > Index: fdisk.8 > > > === > > > RCS file: /cvs/src/sbin/fdisk/fdisk.8,v > > > retrieving revision 1.67 > > >

ksh man diff (mknod)

2010-03-26 Thread LEVAI Daniel
Hi! I've noticed that ksh's man page mentions mknod's b(lock) and c(har) device parameters as optional, but they are mandatory. Does the following diff make sense?: --- ksh.1.old 2010-02-26 18:54:15.0 +0100 +++ ksh.1 2010-03-26 20:38:44.601680717 +0100 @@ -3331,7 +3331,7 @@ .Ic

[PORTS] php 5.3.x

2010-03-26 Thread Jérôme Loyet
Hi, I'd like to know if there is plan to add php 5.3.x in the openbsd ports tree. I can spend some time to make it. Thx ++ Jerome

News Marzo 2010 : eMail Mkt + Redes Sociales

2010-03-26 Thread iNeva eMail Marketing
Untitled Document Coloque botones e invite a su lector a compartir el correo. Si su correo es interesante para el lector no dudar en hacerlo. Si su correo incluye distintos produc- tos, ase

Re: fdisk(8) man page diff

2010-03-26 Thread Jason McIntyre
On Fri, Mar 26, 2010 at 01:35:28PM -0400, Kenneth R Westerback wrote: > > > > Index: fdisk.8 > > === > > RCS file: /cvs/src/sbin/fdisk/fdisk.8,v > > retrieving revision 1.67 > > diff -u -p -u -p -r1.67 fdisk.8 > > --- fdisk.8 30 Mar 2

Re: fdisk(8) man page diff

2010-03-26 Thread Kenneth R Westerback
On Fri, Mar 26, 2010 at 12:32:15PM -0400, Anders Langworthy wrote: > On Fri, Mar 26, 2010 at 3:25 AM, Jason McIntyre wrote: > > On Thu, Mar 25, 2010 at 09:05:01PM -0400, Anders Langworthy wrote: > >> > >> Here is an updated diff with that in mind: > >> > >> Index: fdisk.8 > >>

Re: fdisk(8) man page diff

2010-03-26 Thread Anders Langworthy
On Fri, Mar 26, 2010 at 3:25 AM, Jason McIntyre wrote: > On Thu, Mar 25, 2010 at 09:05:01PM -0400, Anders Langworthy wrote: >> >> Here is an updated diff with that in mind: >> >> Index: fdisk.8 >> === >> RCS file: /cvs/src/sbin/fdisk/

ABIT microGuru

2010-03-26 Thread Mikko Tolmunen
temperature and such, sensors for ABIT motherboards. been using this patch for months now, also tested with couple of other machines. patch is also available via http sefirosu.org/uguru.diff.gz Index: share/man/man4/Makefile === RCS f

Re: Doubt about an integer overflow in cut.c

2010-03-26 Thread Ted Unangst
If len + 1 == 0, that means the string is every byte but one, meaning there wouldn't be enough space for len and the string to coexist. On Mar 26, 2010, at 5:18 AM, Amarendra Godbole > wrote: cut.c has the following: [...] void f_cut(FILE *fp, char *fname) { int ch, field, isdelim; ch

stupid Makefile trick

2010-03-26 Thread Marc Espie
I've been using this a few times, and it's really useful for tweaking big makefiles in ports, or very compact for other stuff. It's like this, both our make(1) and gmake(1) support recursive variables, so that: A = B C_B = yes a: @echo ${C_$A}} will display "yes" this can be used to "sp

Re: "make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Stuart Henderson
On 2010/03/26 15:28, Amarendra Godbole wrote: > On Fri, Mar 26, 2010 at 3:21 PM, Jonathan Gray wrote: > > http://www.openbsd.org/faq/current.html#20100203 > > Ouch! That bit me hard -- I thought I did that a long time ago, but > seems like I missed the "make install". Gah! Sorry for the trouble >

Re: Doubt about an integer overflow in cut.c

2010-03-26 Thread Mark Kettenis
> Date: Fri, 26 Mar 2010 10:45:57 +0100 > From: Otto Moerbeek > > On Fri, Mar 26, 2010 at 02:48:58PM +0530, Amarendra Godbole wrote: > > > cut.c has the following: > > > > [...] > > void > > f_cut(FILE *fp, char *fname) > > { > > int ch, field, isdelim; > > char *pos, *p, sep; > > i

Re: "make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Amarendra Godbole
On Fri, Mar 26, 2010 at 3:21 PM, Jonathan Gray wrote: > http://www.openbsd.org/faq/current.html#20100203 Ouch! That bit me hard -- I thought I did that a long time ago, but seems like I missed the "make install". Gah! Sorry for the trouble folks, and thanks for the answer. Mea culpa. -Amarendra

Re: "make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Jonathan Gray
http://www.openbsd.org/faq/current.html#20100203 On Fri, Mar 26, 2010 at 03:11:24PM +0530, Amarendra Godbole wrote: > As indicated in /usr/src/Makefile, I am trying to take the "obj" > directory outside of the source. Quoting Makefile: > # 2) It is also recommended that you compile with objects ou

Ceviri ihtiyaclariniz Hakkinda

2010-03-26 Thread Zeppelin . Ceviri . Hizmetleri
Zeppelin Ceviri Hizmetleri 10 senelik profesyonel ceviri deneyimiyle hizmetinizde. - Ozel Ceviri Kampanyamiz dahilinde her tur INGILIZCE - TURKCE ve TURKCE - INGILIZCE ceviri hizmeti ucretimiz 10 TL de sabitlenmistir. - Kalitemizi test etmek icin INGILIZCE metinleriniz icin 'Ucretsiz Deneme

Re: "make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Otto Moerbeek
Read http://www.openbsd.org/faq/current.html -Otto On Fri, Mar 26, 2010 at 03:11:24PM +0530, Amarendra Godbole wrote: > As indicated in /usr/src/Makefile, I am trying to take the "obj" > directory outside of the source. Quoting Makefile: > # 2) It is also recommended that you compile wit

Re: Doubt about an integer overflow in cut.c

2010-03-26 Thread Otto Moerbeek
On Fri, Mar 26, 2010 at 02:48:58PM +0530, Amarendra Godbole wrote: > cut.c has the following: > > [...] > void > f_cut(FILE *fp, char *fname) > { > int ch, field, isdelim; > char *pos, *p, sep; > int output; > size_t len; > char *lbuf, *tbuf; > > for (sep = dchar, tbuf =

Re: "make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Amarendra Godbole
Sorry for missing the environment. I am running "4.7-beta", with src code syn'ed daily on IBM Thinkpad X60 on i386. Thanks. -Amarendra On Fri, Mar 26, 2010 at 3:11 PM, Amarendra Godbole wrote: > As indicated in /usr/src/Makefile, I am trying to take the "obj" > directory outside of the source. Q

"make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Amarendra Godbole
As indicated in /usr/src/Makefile, I am trying to take the "obj" directory outside of the source. Quoting Makefile: # 2) It is also recommended that you compile with objects outside the # source tree. To do this, ensure /usr/obj exists or points to some # area of disk of sufficient size. Then do "

Doubt about an integer overflow in cut.c

2010-03-26 Thread Amarendra Godbole
cut.c has the following: [...] void f_cut(FILE *fp, char *fname) { int ch, field, isdelim; char *pos, *p, sep; int output; size_t len; char *lbuf, *tbuf; for (sep = dchar, tbuf = NULL; (lbuf = fgetln(fp, &len));) { output = 0; if (lbuf[len - 1] != '\n') {

Re: fdisk(8) man page diff

2010-03-26 Thread Jason McIntyre
On Thu, Mar 25, 2010 at 09:05:01PM -0400, Anders Langworthy wrote: > > Here is an updated diff with that in mind: > > Index: fdisk.8 > === > RCS file: /cvs/src/sbin/fdisk/fdisk.8,v > retrieving revision 1.67 > diff -u -p -u -p -r1.67