diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-23 15:53:17 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-23 15:53:17 +0000 |
commit | 3ef3c2f767457d3b8880eef40ab9943a9358882b (patch) | |
tree | 4655a3d442c8dac460145be55c5085a993869b8d /perl-install | |
parent | 1ce29655cd9cbd9d67717cfe3981bd586488345f (diff) | |
download | drakx-3ef3c2f767457d3b8880eef40ab9943a9358882b.tar drakx-3ef3c2f767457d3b8880eef40ab9943a9358882b.tar.gz drakx-3ef3c2f767457d3b8880eef40ab9943a9358882b.tar.bz2 drakx-3ef3c2f767457d3b8880eef40ab9943a9358882b.tar.xz drakx-3ef3c2f767457d3b8880eef40ab9943a9358882b.zip |
s/www.linux-mandrake.com/www.mandrivalinux.com/
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/draksound | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 40c35d978..ffade2d8b 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -1,6 +1,6 @@ #!/usr/bin/perl # DrakxSound -# Copyright (C) 2002-2004 Mandriva (tvignaud@mandrakesoft.com) +# Copyright (C) 2002-2004 Mandriva (tvignaud@mandriva.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ if (my @devices = modules::probe_category('multimedia/sound')) { You can visit our hardware database at: -http://www.linux-mandrake.com/en/hardware.php3") . +http://www.mandrivalinux.com/en/hardware.php3") . N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the alsaconf or the sndconfig program. Just type \"alsaconf\" or \"sndconfig\" in a console."))); } |