From 59b2ecc48ab88ef2856e279bae58ef13d72d2ae5 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 8 Jun 2009 19:54:05 +0200 Subject: [PATCH] serveur nfs temporaire darcs-hash:20090608175405-af139-0f5a7dd905daef38a24ed8d7f9e55674634fdcd4.gz --- Python/etc/fstab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/etc/fstab b/Python/etc/fstab index bde6cf1..0db252f 100644 --- a/Python/etc/fstab +++ b/Python/etc/fstab @@ -17,7 +17,7 @@ print metadata.probes["fstab_local"] if has("nfs"): @# Le nfs - mnt("nfs.adm.crans.org:/usr/scripts", "/usr/scripts", "nfs", ["rw"]) + mnt("fx.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("nfs.adm.crans.org:/home", "/home", "nfs", ["rw"]); + mnt("fx.adm.crans.org:/home-adh", "/home", "nfs", ["rw"]);