Re: sound card problems

2000-08-19 Thread Mike A. Harris
On Sat, 19 Aug 2000, Varun wrote: Date: Sat, 19 Aug 2000 10:42:43 +0530 From: Varun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: sound card problems hi i have installed rh 6.2i have an avance logic pci sound card(als 4000).i could'nt configure it...can anyone help me out? Not

Re: basename()?

2000-08-19 Thread Michael J. Maravillo
On Sat, Aug 19, 2000 at 12:19:21AM -0400, Mike A. Harris wrote: I swore there was a basename() function in libc... Can't for the life of me find it, or figure out what could be used in its place. I can easily write my own replacement function, but in the interest of not adding cruft to

Re: basename()?

2000-08-19 Thread Scott Doty
In article [EMAIL PROTECTED] you wrote: [root@gateway /root]# cat basename-test.c #include stdio.h int main() { printf("%s\n", basename("/usr/bin/perl")); } May be, but _[/]_(scott@rock)_ $ cat /etc/redhat-release Red Hat Linux release 6.1 (Cartman) _[/]_(scott@rock)_ $ man 3

Re: basename()?

2000-08-19 Thread Stanislav Meduna
Hi, So... what's it called, and where is it? Slap me with a clue-by-4... According to the Single UNIX Specification V2 you should find the declaration in libgen.h. It is there in glibc 2.1.3, don't know about other libc versions. Regards -- Stano

Re: basename()?

2000-08-19 Thread Mike A. Harris
On Sat, 19 Aug 2000, Michael J. Maravillo wrote: Can't for the life of me find it, or figure out what could be used in its place. I can easily write my own replacement function, but in the interest of not adding cruft to applications I'd prefer to use a premade ready to roll function from

Re: basename()?

2000-08-19 Thread Michael J. Maravillo
On Sat, Aug 19, 2000 at 08:25:47AM -0400, Mike A. Harris wrote: On Sat, 19 Aug 2000, Michael J. Maravillo wrote: [root@gateway /root]# cat basename-test.c #include stdio.h int main() { printf("%s\n", basename("/usr/bin/perl")); } [root@gateway /root]# gcc -o basename-test

Re: Is RedHat Linux's worst ennemy?

2000-08-19 Thread John Summerfield
apparently it makes all its possible for making right its prediction using such means like buggy printing systems or the fact that at the end of install the guy who wants to serve web pages gets a ready to use machine while the guy who wants to use Staroffice ends the install with an

Re: kernel list

2000-08-19 Thread kmb
Does anybody here know how to subscribe the the linux-kernel list? [EMAIL PROTECTED] ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Re: kernel list

2000-08-19 Thread Panu Matilainen
On Sat, 19 Aug 2000, kmb wrote: Does anybody here know how to subscribe the the linux-kernel list? Send mail to [EMAIL PROTECTED] ('subscribe linux-kernel') The original vger.rutgers.edu had a disk failure and the list was moved, it's now being hosted by Red Hat (vger.kernel.org ==

Re: Where to tell RPM to put initscripts?

2000-08-19 Thread Matt Wilson
You could define it as a build time determined macro: %define initrddir %([ -d /etc/init.d ] echo /etc/init.d || echo /etc/rc.d/init.d) ... %files %{initrddir}/caudium Matt On Sat, Aug 19, 2000 at 12:56:37AM -0400, Mike A. Harris wrote: Instead of this mess: %config %attr(0755, root,

Rpm 4.x and mc

2000-08-19 Thread Piotr Majka
Welcome ;) After building package by rpm 4.0 I try to come into package and got: -- Could not parse -- and later mc show only /INFO CONTENTS.cpio HEADER INSTALL UPGRADE Any patch to extfs/rpm ? ;) I use latest mc 4.5.51 -- Piotr "Charvel" Majka | PGP GPG Public Key: finger [EMAIL

RE: basename()?

2000-08-19 Thread Mike A. Harris
On Sat, 19 Aug 2000, Joseph Malicki wrote: glibc is documented in info, not manpages. the manpages there are just an incomplete and in some cases inaccurate collection, werent they from libc5 or something? The wonders of GNU software... basename does not appear to be described in info too,

Re: Where to tell RPM to put initscripts?

2000-08-19 Thread Mike A. Harris
On Sat, 19 Aug 2000, Matt Wilson wrote: Date: Sat, 19 Aug 2000 14:32:23 -0400 From: Matt Wilson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Where to tell RPM to put initscripts? You could define it as a build time determined macro: %define initrddir %([ -d /etc/init.d ] echo