summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ifplugdGuillaume Cottenceau2003-11-071-1/+2
|
* syslog need be restarted once minilogd got killed, dunno whyGuillaume Cottenceau2003-11-071-3/+15
|
* remove autostart of klipper & korgac (as requested by Denis)Pascal Rigaux2003-11-061-0/+2
|
* - various fixes (including adding /bin/sleep to totem.list and using it)Pascal Rigaux2003-11-063-15/+15
| | | | | - mdk_totem is now written in perl
* add mdk_totem & mdk_behind_totemPascal Rigaux2003-11-063-1/+86
|
* move back some files needed by sudo from "always"Pascal Rigaux2003-11-061-0/+1
|
* *** empty log message ***Pascal Rigaux2003-11-061-0/+2
|
* (remove_alias_regexp) simplifyThierry Vignaud2003-11-061-4/+1
|
* 9.3-3mdkThierry Vignaud2003-11-061-1/+8
|
* one more wireless moduleThierry Vignaud2003-11-061-1/+1
|
* "let please pixel" changesThierry Vignaud2003-11-061-2/+2
|
* (configure_eth_aliases) let the autoprobing load modules tooThierry Vignaud2003-11-061-1/+0
|
* let only remove aliases on bootstrapping (ie only in harddrakeThierry Vignaud2003-11-061-1/+0
| | | | | caller); it's safer
* (configure_eth_aliases) introduce it to autoconfigure all ethernetThierry Vignaud2003-11-061-0/+10
| | | | | aliases (MdkMove, harddrake service, drakconnect)
* (configureNetwork) alter remove_alias() callers for new APIThierry Vignaud2003-11-061-1/+1
|
* - generalize & rename remove_alias() as remove_alias_regexp() to handle regexpsThierry Vignaud2003-11-061-1/+6
| | | | | | | | | - introduce back a simple remove_alias() wrapper to remove_alias_regexp() - change remove_alias*() API from remove_alias(module) to remove_alias(alias) btw old behaviour was broken if eg one has two 3com cards when network::ethernet::configureNetwork removed all ethX aliases on 3c59x
* remove sudo (sudo needs some more files, and it is easier to have a programPascal Rigaux2003-11-061-7/+0
| | | | | running as root doing all the fuss with clp's)
* (write_conf) do not discard remove_alias changes ... (why nobody neverThierry Vignaud2003-11-061-1/+3
| | | | | saw it in years :-()
* simplify pcmcia matchingThierry Vignaud2003-11-061-5/+2
|
* save a useless ifconfig forkThierry Vignaud2003-11-061-1/+0
|
* (getNetDriver) ask the kernel the network interface <-> driver mappingThierry Vignaud2003-11-061-0/+29
|
* - add /usr/share/services/ksycoca in "always"Pascal Rigaux2003-11-062-2/+131
| | | | | - add some files needed by sudo in "always"
* ensure make_live doesn't fail when called twice (when $::prefix/dev is ↵Pascal Rigaux2003-11-061-1/+1
| | | | already gone)
* needless chmod a+w /dev files since we use devfsPascal Rigaux2003-11-061-1/+0
|
* have ifcfg-loGuillaume Cottenceau2003-11-061-1/+4
|
* have the basic fstab copiedGuillaume Cottenceau2003-11-061-5/+4
| | | | | link xinetd.conf syslog.conf and sysctl.conf
* document dams logicThierry Vignaud2003-11-061-1/+1
|
* (conf_network_card_backend) fix unseen/unconfigured usb wirelessThierry Vignaud2003-11-061-2/+1
| | | | | | | | | devices due to francois trap for aliased interfaces (new detect_device::getNet() filter out aliases which were the reasons for the test) btw, if no alias was found, there's a bug somewhere
* vivification is dangerousGuillaume Cottenceau2003-11-061-1/+4
|
* list a few more modules as wireless ones (should really be splited outThierry Vignaud2003-11-061-1/+1
| | | | | from network/usb in list_modules.pm
* always list sagem_dhcp in list, hidding it due to missing translationsThierry Vignaud2003-11-061-3/+1
| | | | | is insane
* really not a binary testThierry Vignaud2003-11-061-1/+1
|
* have sudo in "always"Pascal Rigaux2003-11-061-0/+3
|
* escaped strings fixesThierry Vignaud2003-11-0610-72/+72
|
* (configure) fix untranslatable strings: switch from ask_from_list_()Thierry Vignaud2003-11-061-7/+7
| | | | | to ask_from_list()
* fix untranslatable stringThierry Vignaud2003-11-061-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-051-0/+4
|
* auto configure networkGuillaume Cottenceau2003-11-052-5/+8
|
* we use supermount in move nowGuillaume Cottenceau2003-11-051-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-051-3/+3
|
* - run "kbuildsycoca --global" when buildingPascal Rigaux2003-11-053-0/+9
| | | | | - using a special configuration telling kde not to build during startup
* don't die when not finding a clp, it means it's not mountedPascal Rigaux2003-11-051-1/+1
|
* 9.3-2mdkThierry Vignaud2003-11-051-1/+5
|
* detect all up||down interfaces w/o any hardcoded limits:Thierry Vignaud2003-11-051-1/+6
| | | | | | | | | | - rollback to old active poll on existing interfaces rather than relying on kernel interfaces list (since it does not list unconfigured interfaces) - get the network interfaces list from /proc/net/dev (reusing the same logic as from "ifconfig -a")
* reput back hasNetDevice() instead of getNetInterfaces() sinceThierry Vignaud2003-11-051-33/+12
| | | | | SIOCGIFCONF only list *active* network interfaces
* even more flexiblePascal Rigaux2003-11-051-5/+9
|
* remove the (bad) empty linePascal Rigaux2003-11-051-1/+0
|
* have all /etc/pango (not really needed anymore, but it is cleaner)Pascal Rigaux2003-11-052-1/+2
|
* when /image/etc/xxx is a symlink, create /etc/xxx directly to this symlinkPascal Rigaux2003-11-051-2/+10
|
* handle "totem" files being in "always"Pascal Rigaux2003-11-051-14/+28
|