diff --git a/Base/needed.xml b/Base/needed.xml index 3048ce0..0bce7d1 100644 --- a/Base/needed.xml +++ b/Base/needed.xml @@ -51,12 +51,14 @@ - - - + + + + + - + diff --git a/Metadata/groups.xml b/Metadata/groups.xml index 3ed8d2e..219d161 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -39,6 +39,7 @@ + - - + + + @@ -476,6 +478,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/Python/etc/fstab b/Python/etc/fstab index 9a62a41..aed3b75 100644 --- a/Python/etc/fstab +++ b/Python/etc/fstab @@ -17,7 +17,7 @@ print metadata.Probes["fstab_local"] if has("nfs"): @# Le nfs - mnt("fx.adm.crans.org:/usr/scripts", "/usr/scripts", "nfs", ["rw"]) + mnt("daath.adm.crans.org:/usr/scripts", "/usr/scripts", "nfs", ["rw"]) if has("home-permanent"): # Pour ceux qui accèdent beaucoup aux homes on monte tout le /home mnt("fx.adm.crans.org:/home-adh", "/home", "nfs", ["rw"]);