guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: services: nfs: Remove unnecessary "mount" invocation.


From: guix-commits
Subject: 03/05: services: nfs: Remove unnecessary "mount" invocation.
Date: Mon, 16 Mar 2020 17:58:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 70526bdbe0221ed9077df31cb24374100685725b
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Mar 16 18:31:09 2020 +0100

    services: nfs: Remove unnecessary "mount" invocation.
    
    * gnu/services/nfs.scm (%nfs-activation): Remove unnecessary "mount"
    invocation (/proc/fs/nfsd is automatically mounted, somehow).  Remove
    unnecessary 'mkdir-p' call.
---
 gnu/services/nfs.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/services/nfs.scm b/gnu/services/nfs.scm
index 3b7dd78..c909843 100644
--- a/gnu/services/nfs.scm
+++ b/gnu/services/nfs.scm
@@ -365,10 +365,6 @@
     #~(begin
         (use-modules (guix build utils))
 
-        (system* "mount" "-t" "nfsd"
-                 "nfsd" "/proc/fs/nfsd")
-
-        (mkdir-p "/var/lib/nfs")
         ;; directory containing monitor list
         (mkdir-p "/var/lib/nfs/sm")
         ;; Needed for client recovery tracking



reply via email to

[Prev in Thread] Current Thread [Next in Thread]