index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
network
/
isdn.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fix/use explanations
Damien Chaumette
2003-09-08
1
-1
/
+1
*
fix some previous callback in drakconnect wizard mode
Thierry Vignaud
2003-08-18
1
-5
/
+8
*
isdn : virtual interface ippp0 is started at boot.
damien
2003-07-05
1
-3
/
+6
*
forgot to commit the new configuration step
Damien Chaumette
2003-05-28
1
-1
/
+4
*
- remove isdn-light config (seen with isdn4net maintainer)
Damien Chaumette
2003-05-28
1
-103
/
+25
*
s/@isdn::isdndata/@isdndata/
Damien Chaumette
2003-05-12
1
-3
/
+3
*
s|/sbin/isdnctrl|/usr/sbin/isdnctrl|
Damien Chaumette
2003-05-07
1
-2
/
+2
*
perl_checker compliance
Pascal Rigaux
2003-04-30
1
-2
/
+1
*
perl_checker adaptations + fixes
Pascal Rigaux
2003-04-24
1
-2
/
+2
*
new perl_checker compliance
Pascal Rigaux
2003-04-17
1
-4
/
+4
*
read right config according to isdn-light or isdn4linux
Frederic Lepied
2003-03-05
1
-2
/
+2
*
this is perl, not python ;p
Pascal Rigaux
2003-03-05
1
-5
/
+2
*
corrected isdn-light choice
Frederic Lepied
2003-03-04
1
-1
/
+5
*
replace the last @isdndata with @isdn::isdndata (beurk)
Pascal Rigaux
2003-02-26
1
-1
/
+1
*
$isdn->{is_light} wasn't set while using autodetection, rpm wasn't installed
Damien Chaumette
2003-02-21
1
-1
/
+2
*
- set_help is deprecated
Pascal Rigaux
2003-02-13
1
-1
/
+1
*
add CVS $Id
Pascal Rigaux
2003-02-13
1
-1
/
+1
*
force strict pragma
Thierry Vignaud
2003-01-23
1
-1
/
+1
*
isdn.pm now in use strict
Damien Chaumette
2003-01-23
1
-3
/
+3
*
force strict mode
Thierry Vignaud
2003-01-23
1
-0
/
+1
*
English proofreading (first pass)
Pablo Saratxaga
2003-01-21
1
-1
/
+1
*
English proofreading by Stew Benedicts
Pablo Saratxaga
2003-01-21
1
-2
/
+2
*
- do not use a global $in in network::modem, pass it as a parameter
Pascal Rigaux
2002-12-29
1
-1
/
+1
*
- move any::pppConfig() to network::modem::ppp_configure()
Pascal Rigaux
2002-12-29
1
-1
/
+1
*
perl_checker fixes
Thierry Vignaud
2002-12-10
1
-14
/
+14
*
remove unused modules
Thierry Vignaud
2002-12-09
1
-1
/
+0
*
be more perl_checker compliant
Pascal Rigaux
2002-12-06
1
-3
/
+2
*
isdn data are now fetched form system instead of drakconnect conf file
Arnaud Desmons
2002-12-06
1
-22
/
+82
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
1
-2
/
+1
*
use output_with_perm()
Pascal Rigaux
2002-12-02
1
-4
/
+1
*
perl_checker adaptations
Pascal Rigaux
2002-11-28
1
-1
/
+1
*
perl_checker adaptations
Pascal Rigaux
2002-11-27
1
-2
/
+2
*
since $mouse is undefined, replace it with undef (??)
Pascal Rigaux
2002-11-25
1
-1
/
+1
*
make perl_checker happy
Pascal Rigaux
2002-11-18
1
-1
/
+1
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
1
-9
/
+9
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
1
-1
/
+1
*
- replace ... =~ 'foo' with ... =~ /foo/
Pascal Rigaux
2002-11-11
1
-2
/
+2
*
add or remove spaces where need to please perl_checker
Pascal Rigaux
2002-11-11
1
-2
/
+2
*
replace complex "unless"s with "if"s
Pascal Rigaux
2002-11-06
1
-1
/
+1
*
replace "_" with "N" and "__" with "N_"
Pascal Rigaux
2002-11-06
1
-21
/
+21
*
corrected i18n usage
Pablo Saratxaga
2002-09-11
1
-1
/
+1
*
- remove variable from a translated chain
Damien Chaumette
2002-09-10
1
-1
/
+1
*
- fix typo
Damien Chaumette
2002-09-06
1
-1
/
+1
*
- add new screen for ISND detected device. Still have to get back in Expert m...
Damien Chaumette
2002-09-06
1
-1
/
+9
*
made strings translatable, and a typo correction
Pablo Saratxaga
2002-08-21
1
-1
/
+1
*
replace "$foo" with $foo
Pascal Rigaux
2002-07-31
1
-1
/
+1
*
make new perl_checker happy
Pascal Rigaux
2002-07-31
1
-4
/
+4
*
make new perl_checker happy (and that's not easy!)
Pascal Rigaux
2002-07-31
1
-4
/
+4
*
fixed reference to no more used method of pkgs.
Francois Pons
2002-07-15
1
-1
/
+1
*
adapt to new modules.pm
Pascal Rigaux
2002-07-04
1
-1
/
+1
[next]