Re: scripting make buildworld cycle

2003-12-09 Thread parv
in message [EMAIL PROTECTED], wrote David Bear thusly... anyone know of an updated script like this one to handle 4.9-Release? preferrably someplace that I can cut-n-paste it from? or, is there an improved version? I currently use this... http://www103.pair.com/parv/comp/src/sh/cleanbw

Re: Remove ^M characters from xhtml file

2003-12-03 Thread parv
in message [EMAIL PROTECTED], wrote Rob Ellis thusly... On Tue, Dec 02, 2003 at 05:53:59PM -0500, parv wrote: It pains me not to see even a mention of sed ... To rectify the situation... sed -e 's/^M$//' old new mv -f new old Freebsd's sed has -i sed -ie 's/^M$//' old

Re: Remove ^M characters from xhtml file

2003-12-02 Thread parv
-f new old - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Recursion with grep?

2003-11-13 Thread parv
to get this imported into the tree? If you do succeed in getting the change *in the FreeBSD 4 tree*, it better be via some other option specifier string. Isn't grep(1) already overloaded w/ options? (just thinking out loud) - Parv -- ___ [EMAIL

Re: ok, i give up; how acroread in mozilla???

2003-11-09 Thread parv
/netscape just read ~/.mailcap adjusted themselves. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Extracting individual Files via tar

2003-11-06 Thread parv
or writing to/from stdin/stdout. ...try this instead... tar zxf /usr/local/src/ports.tar.gz ports/print/pstotext/ - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Evolution without gnome

2003-11-02 Thread parv
docbook-4.0_2 docbook-4.1_2 expat-1.95.6_1 gettext-0.12.1 iso8879-1986_2 jade-1.2.1_5 libiconv-1.9.1_3 linuxdoc-1.1_1 m4-1.4_1 sgmlformat-1.7_2 xmlcatmgr-1.1 to build. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Uninstalling Port installed applications

2003-10-16 Thread parv
if to keep the ports database current, like i do. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Howto find packages

2003-10-16 Thread parv
://people.freebsd.org/~tom/portpm/ Now to toot my own horn, solid steel perl wheel reinvented (version =5.6 syntax that could be easily molded for use w/ version 5.005)... http://www103.pair.com/parv/comp/src/perl/parse-index.perl http://www103.pair.com/parv/comp/src/perl/parse-index.perl.pod

Re: *Editing* PDFs?

2003-10-14 Thread parv
enscript, wordperfect (long live!), netscape, or mozilla which print to a printer by default? - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: writing pdfs

2003-10-10 Thread parv
? No, i did not have any problems in creating PS or PDF files (from tex ones) using Computer Modern fonts. The only drawback is the font is packed along w/ the file, resulting in expansive files (when compred to using only Time, Helevetica, or Courier fonts). - Parv

Re: vi and wrap text

2003-10-08 Thread parv
of the cursor. - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: vi and wrap text

2003-10-08 Thread parv
does work quite good on regular text (non e-mail like text). - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Newbi Question - Good console replacement for mail program?

2003-10-01 Thread parv
://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html - Parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: another newbie struggling with ppp/modem issues

2003-09-13 Thread parv
. (Somebody else should fill in the process as i have forgotten it.) - Parv (no that's not a question, but sign off) -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Updates from 4.8-RELEASE to 4.8-RELEASE-p1

2003-08-14 Thread parv
: 2003-08-10 Credits:David Rhodus [EMAIL PROTECTED] Affects:All FreeBSD releases up to and including 4.8-RELEASE-p2, 5.1-RELEASE-p1 Corrected: ... 2003-08-10 23:31:11 UTC (RELENG_4_8) - Parv -- A programmer, budding Unix system

Re: Need Access Control List(ACL) or any kind of substitute for it

2003-08-02 Thread parv
to change groups willy-nilly. And i do not think that the hosting company would do add nobody user to your group. Why? See above. I think there is something missing from my response; somebody will fill in that i am sure. - Parv -- A programmer, budding Unix system administrator, and amateur

Re: How to remove ^M character

2003-08-01 Thread parv
: ASCII text, with CRLF line terminators perl -pi -e 's#\\r#\\n#g' q # quotes are mine file p q p: ASCII text q: ASCII text, with CRLF line terminators This works... perl -pi -e 's/\r$//g' q file p q p: ASCII text q: ASCII text - Parv -- A programmer, budding Unix system

Re: No output from periodic

2003-07-08 Thread parv
... - Execute the real command save the output in a temporary file - Send e-mail only if file size is zero - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work

Re: What program let you finish typing a file name when you hit ESC.

2003-07-07 Thread parv
in message [EMAIL PROTECTED], wrote DanB thusly... What program let you finish typing a file name when you hit ESC? A shell. At least bash2 ksh93 can, depending upon configuration. - Parv -- ___ [EMAIL PROTECTED] mailing list http

Re: Weird messages during 'pkgdb -F'

2003-07-06 Thread parv
install clean \ pkgdb -F - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Need guidance in choosing mail-client

2003-07-03 Thread parv
. - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Procmail Recipie For FreeBSD Lists?

2003-07-03 Thread parv
list :0 E { list = f-misc } } # do other things # file message :0: * list ?? ^^f-[a-z]+^^ $list - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work

Re: Questions about x-windows, startx (Extremely long and probablymost blahblah)

2003-07-02 Thread parv
configurable, so don't let the fvwm(1) man page overwhelm you. If you encounter problems w/ fvwm, consult the mailing lists... http://www.fvwm.org/contact/ - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work

Re: Need guidance in choosing mail-client

2003-07-02 Thread parv
, plus some external (to port) nifty patches: tag_prefix_cond threadcomplete.) - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work/ ___ [EMAIL PROTECTED] mailing

Re: mozilla is started instead of genuine netscape while opening anew window

2003-06-26 Thread parv
in message [EMAIL PROTECTED], wrote parv thusly... Problem does not happen when the genuine netscape is not running. In that case, it is started anew. In addition, mozilla doesn't start if its is not already running. Say, i have /both/ mozilla netscape running. If i want to open a new

Re: OT: Network admin/Sysadmin help needed

2003-06-23 Thread parv
in message [EMAIL PROTECTED], wrote Aliquis thusly... I need help with administering a small network (about 8 servers running Debian Linux or FreeBSD), mostly updates, security... The proper list is [EMAIL PROTECTED], created especially for the purpose. - Parv -- A programmer, budding

mozilla is started instead of genuine netscape while opening a newwindow

2003-06-19 Thread parv
. ) Could anybody tell how to actually fix netscape-wrapper, or what causes mozilla to respond instead of navigator? - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work

Re: FVWM on FreeBSD 4.8

2003-06-17 Thread parv
) http://www103.pair.com/parv/comp/unix/cf/fvwm/ http://www.fvwm.org/screenshots/ - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment... http://www103.pair.com/parv/work/ ___ [EMAIL PROTECTED] mailing

Re: Xterm won't accept changes to .Xdefaults

2003-06-11 Thread parv
have to run the same command...the changes won't become permanent. Stick a line like above somewhere in your xinitrc, xession, etc. - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment. Details... http://www103.pair.com/parv/work

Re: X TrueType font spacing

2003-06-11 Thread parv
in message [EMAIL PROTECTED], wrote Jesse D. Guardiani thusly... parv wrote: in message [EMAIL PROTECTED], wrote Jesse D. Guardiani thusly... EVERY TIME, the WXP fonts will display fine in MOST KDE applications, but occassionally (like in Konqueror) the horizontal spacing

Re: Listing installed ports without any ports dependent on it

2003-06-03 Thread parv
- Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment. Details... http://www103.pair.com/parv/work/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Listing installed ports without any ports dependent on it

2003-06-03 Thread parv
Excellent! This does exactly what I was after! Above program gives the exact result as the one i posted, except one non essential pkgdb line. What did i miss? - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment. Details... http://www103.pair.com

Re: Is portsdb -U broken again?

2003-06-02 Thread parv
). The same thing happens when I try to run 'make index', but I can run 'portsdb -u' and 'pkgdb -F' ok. Consider that index making (or make describe) is CPU disk intensive work; 'portsdb -u' and 'pkgdb -F' are nothing in comparison. Hardware problems perhaps? - Parv -- A programmer, budding Unix

Re: pkgdb -F

2003-05-29 Thread parv
, the refuse list has around 490 items. - Parv -- A programmer, budding Unix system administrator, and amateur photographer ISO employment. Details... http://www103.pair.com/parv/work/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: cleaning out files

2003-04-04 Thread parv
ways are (bourne shell)... cat /dev/null file file ...w/ above three methods, you would/should not have problem w/ binary files too, unlike the echo -n method. - parv -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: /usr/share/man - Rules for showing/gernerating manual pages

2003-03-26 Thread parv
in message [EMAIL PROTECTED], wrote Giorgos Keramidas thusly... On 2003-03-25 14:48, parv [EMAIL PROTECTED] wrote: Could somebody tell me what are the rules for showing/generating man pages in (man|cat)? directories (in /usr/share/man)? Manpages are an integral part of the program

Re: tmp directory

2003-03-10 Thread parv
, you can always mount (w/ proper planning of ourse) /tmp as memory file system; see newfs(8) or mount_mfs(8) (FreeBSD 4.7). - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: dvipdfm DVI - PDF converter SOLVED

2003-03-06 Thread parv
doesn't ps2pdf creates bitmapped text font for you thus rendering the PDF file almost unreadable? I get much better results -- readable small files -- from latex dvipdf, rather than pdflatex or ps2pdf. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: why does 'ssh-keygen -t dsa' cause a system reboot?

2003-02-20 Thread parv
in message [EMAIL PROTECTED], wrote Bsd Neophyte thusly... for some reason when i run 'ssh-keygen -t rsa' my system reboots. Not that i know the reason, but... Hey, where is the truth in advertising? In subject, you wrote /dsa/ but above you refer to /rsa/. - parv -- To Unsubscribe

Re: how to delete a file called ????

2003-02-14 Thread parv
in message [EMAIL PROTECTED], wrote Matthew Hunt thusly... On Wed, Feb 12, 2003 at 02:21:43PM -0500, parv wrote: find . -inum $( /bin/ls -i | fgrep '?' | awk '{print $1}' ) -print0 \ | xargs -0 rm -f I'm going to go out on a limb and guess that the filename does not really consist

Re: how to delete a file called ????

2003-02-12 Thread parv
\ | xargs -0 rm -f - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: XFree86 from CVS?

2003-02-06 Thread parv
called). It took some time space to compile, but there were no problems in the compile process or installing the files at a preferred location. The only problem that i had was to set up the environment to pull the cvs source. - Parv -- To Unsubscribe: send mail to [EMAIL PROTECTED

Re: handling non-printable characters in file names

2003-02-05 Thread parv
this out (a shameless plug)... perl program... http://www103.pair.com/parv/comp/src/perl/sanename.perl documentation... http://www103.pair.com/parv/comp/src/perl/sanename.perl.pod - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

Re: specifying the X window manager

2003-02-04 Thread parv
nothing else is not wrong). to toot my own horn, below is the shell script that i use to start xinit(1) directly w/o startx(1)... http://www103.pair.com/parv/comp/src/sh/xf ...my ~/.xinitrc... http://www103.pair.com/parv/comp/unix/cf/x/xinitrc - parv -- To Unsubscribe: send mail

disappearing aterm windows in ion

2003-02-03 Thread parv
restoring the old permissions of aterm (4755), its windows are being kept again. i do/did not have this problem w/ long running fvwm (2.5.x), tvtwm, or blackbox at all. what the hell is/was going on? - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

Re: Good C/C++ mailinglist for beginners

2003-01-16 Thread parv
, not C++ the standard, or C), you will be just fine. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: freebsd ports index (perl) searcher browser

2003-01-15 Thread parv
at least perl 5.6. otherwise complaints related 3-argument open in perl 5.005 would be coming in my mailbox. i can/will easily change the open() statement to work in perl 5.005 IFF i get complaints about it.) URLs are the same... main program... http://www103.pair.com/parv/comp/src/perl/parse

Re: freebsd ports index (perl) searcher browser

2003-01-13 Thread parv
in message [EMAIL PROTECTED], wrote parv thusly... ...a perl program which allows one to search browse the ports index (w/o using make going into the /usr/ports) ... main program... http://www103.pair.com/parv/comp/src/perl/parse-index.perl module required (needs to be more

freebsd ports index (perl) searcher browser

2003-01-12 Thread parv
if anybody is interested in a perl program which allows one to search browse the ports index (w/o using make going into the /usr/ports), the required parts are... description... http://www103.pair.com/parv/comp/src/perl/parse-index.perl.pod main program... http://www103.pair.com

Re: Renaming files with spaces in the name to files without spaces..

2003-01-09 Thread parv
^ ^ ^ ^ arg a b endarg arg c endarg notice that you have enclosed the string to echo in double quotes, which preserves the spaces. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Renaming files with spaces in the name to files without spaces..

2003-01-08 Thread parv
.txt here is another way in perl (though it changes blanks to '-'; edit as you desire)... http://www103.pair.com/parv/comp/src/perl/sanename.perl description... http://www103.pair.com/parv/comp/src/perl/sanename.perl.pod - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Argument list too long: limitation in grep? bash? FreeBSD?

2002-12-25 Thread parv
, it lists the file matching that pattern. man page state that it takes a pattern. in practice i find its capabilities are rather restricted; using e?grep is much better... locate foo | grep 'foo$' - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: Installed Packages?

2002-12-12 Thread parv
the following (note: self promotion:)... perl program: http://www103.pair.com/parv/comp/unix/bin/listpkg.perl pod (plain old documentation): http://www103.pair.com/parv/comp/unix/doc/doc.bin/listpkg.perl.text a shell script which i no longer develop: http://www103.pair.com/parv

Re: Installed Packages?

2002-12-12 Thread parv
in message [EMAIL PROTECTED], wrote parv thusly... in message [EMAIL PROTECTED], wrote Mark-Nathaniel Weisman thusly... Is there a command that I can check to see if a particular package was installed ... the way it was supposed to? ... # given a package name, see if files exists

Re: undefined references

2002-11-27 Thread parv
*)' retrquote.o(.text+0x44): undefined reference to `ostream::operator(ostream (*)(ostream ))' are you explicitly including all the headers in each file which needs bits from them? from above it seems, you didn't include iostream in retrquote.cpp (or whatever you named it). - parv -- To Unsubscribe

Re: portupgrade

2002-11-27 Thread parv
takes time is to build INDEX (portupgrade -U) due to large number of ports; reduce the ports, reduce the time to run portsdb -U. both portsdb -u pkgdb- F are quite fast. i will leave it up to you the decision not to create new indexes after every ports tree update. - parv

Re: rxvt slow startup after installing xfstt

2002-11-21 Thread parv
the need of using xfstt)? - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: make fails during upgrade, so...

2002-11-07 Thread parv
in message [EMAIL PROTECTED], wrote Giorgos Keramidas thusly... On 2002-11-06 02:00, parv [EMAIL PROTECTED] wrote: in message [EMAIL PROTECTED], wrote Giorgos Keramidas thusly... # cd /usr/src/sys/i386/conf # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL # cd /usr/obj/usr

Re: housecleaning and portupgrade question

2002-10-25 Thread parv
-stable list w/ a query like freebsd base system ports include. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: housecleaning and portupgrade question

2002-10-24 Thread parv
be careful of -f (force) option of pkg_delete or pkg_deinstall. pay attention to any message which says along the lines of checksum mismatch, deleted anyway. in that case, see above. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

Re: perl crashing - how to debug??

2002-10-22 Thread parv
in message [EMAIL PROTECTED], wrote Fernando Gleiser thusly... On Mon, 21 Oct 2002, parv wrote: in message [EMAIL PROTECTED], mind you that perl5.6 port w/ -DDEBUGGING option alone didn't build w/ the debugging support the last time i tried. -g option was necessary in addition

Re: perl crashing - how to debug??

2002-10-21 Thread parv
support the last time i tried. -g option was necessary in addition. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Perl?

2002-10-21 Thread parv
of the perl related software. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: favorite security software

2002-10-19 Thread parv
in message [EMAIL PROTECTED], wrote Alex thusly... I beleave it [ipfilter] also has a bit more options for a normal firewall but no extra's like ipfw does. The later reason is way i also run ipfw. I use it for the traffic shaping and traffic policy only. i have been faithful to ipfilter for

Re: make installworld failing?

2002-10-18 Thread parv
in message [EMAIL PROTECTED], wrote Nick Jennings thusly... On Fri, Oct 18, 2002 at 01:44:47PM -0400, Fuzzy wrote: cvsup to RELENG_4_7 make buildworld make buildkernel KERNCONF=POOHSN make installkernel KERNCONF=POOHSN reboot to singleuser while booted singleuser $fsck -p

Re: a installed ports' info displaying perl program

2002-10-10 Thread parv
in message [EMAIL PROTECTED], wrote paul beard thusly... parv wrote: would anybody be interested in a perl program which displays information about installed ports? bsdpak (in the netBSD pkgsrc collection) seems close to what you're suggesting and groks ports as well as pkgsrc

Re: make world script

2002-10-09 Thread parv
without touching my network settings so i can get back in later. below is the script which builds world, then kernel, and then installs the kernel; it saves the log of the three processes in three files... http://www103.pair.com/parv/comp/unix/bin/cleanbw ...make changes as appropriate

a installed ports' info displaying perl program

2002-10-09 Thread parv
would anybody be interested in a perl program which displays information about installed ports? documentation (pod) is... http://www103.pair.com/parv/comp/unix/doc/doc.bin/listpkg.perl.text ...and the program itself... http://www103.pair.com/parv/comp/unix/bin/listpkg.perl ...currently

Re: Proper way to upgrade packaes from ports

2002-10-07 Thread parv
finishes lighting fast ... in comparison. for me, creating the INDEX takes less time than updating it cvsup over a dialup connection. i don't have problem w/ the creation process being CPU intensive; bottleneck on my system is heavy disk activity. - parv -- To Unsubscribe: send mail

Re: burncd error

2002-10-05 Thread parv
as minimum options to use as possible. those messages are in the (-questions, i think) archive somewhere. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

tmda tdma (was Re: buried in spams, recommendation?)

2002-10-04 Thread parv
in message [EMAIL PROTECTED], wrote Giorgos Keramidas thusly... On 2002-10-03 14:20, Philip Hallstrom [EMAIL PROTECTED] wrote: ... mwm uses tdma (or tmda - can't remember which way it's spelled :) [ports]mail/tmda :) tdma sounds more like a hallucinogenic drug, than a spam filter.

Re: Copying directories contents

2002-10-01 Thread parv
in message [EMAIL PROTECTED], wrote Tim Peters thusly... # pax -rw /source /destination probably because it's not very portable - i only see pax(1) on freebsd machines here. fwiw, i noticed pax on IBM OS/390; it's also available from att research -- who also brought to you the kornshell.

Re: How to quickly setup a network printer?

2002-10-01 Thread parv
and lets PS PDF files go thru as is. - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Bourne shell redirection of STDOUT

2002-09-29 Thread parv
ksh93, arrays. a pipe is created by mkfifo(1); fill an array in a while loop. (yeah i know, that doesn't answer your question of not using a file in the bourne shell.) - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Bourne shell redirection of STDOUT

2002-09-29 Thread parv
in message [EMAIL PROTECTED], wrote parv thusly... you could use pipe (fifo) and/or, in bash2 ksh93, arrays. a pipe is created by mkfifo(1); fill an array in a while loop. argh, never mind... better suggestions already made. sorry for the noise... -- To Unsubscribe: send mail to [EMAIL

Re: help..

2002-07-18 Thread parv
about software/hardware configuration? - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread parv
in message [EMAIL PROTECTED], wrote John Mills thusly... Pavan - On Tue, 16 Jul 2002, Balaji, Pavan wrote: make buildworld -- builds the kernel and the libraries (both kernel and user level) make buildkernel -- builds only the kernel Thanks - I didn't realize 'buildkernel' was

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread parv
in message [EMAIL PROTECTED], wrote Balaji, Pavan thusly... Nope. buildworld != builkernel. But buildworld does link the libraries. thanks for clearing that up. for a moment you had me in utter amazement. -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: XFree86 ports problem when trying to build package

2002-07-16 Thread parv
to explain what i am trying to say above, or if anything is incorrect. (hint, hint) - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: XFree86 ports problem when trying to build package

2002-07-15 Thread parv
in message [EMAIL PROTECTED], wrote [EMAIL PROTECTED] thusly... I get this error when i try to build x11/XFree86-4 as an port: thrawn/usr/ports/x11/XFree86-4# make package 2:02PM ... === XFree86-4.2.0_1,1 is already installed - perhaps an older version?

<    1   2   3   4