[nfs-utils] Fixed typo in nfs-mountd.service

Steve Dickson steved at fedoraproject.org
Fri Jun 22 17:23:22 UTC 2012


commit 54a399960e43baae10089252111cd20eb4e7a25e
Author: Steve Dickson <steved at redhat.com>
Date:   Fri Jun 22 13:20:36 2012 -0400

    Fixed typo in nfs-mountd.service
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-mountd.service |    2 +-
 nfs-utils.spec     |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/nfs-mountd.service b/nfs-mountd.service
index 3b92ed8..430060a 100644
--- a/nfs-mountd.service
+++ b/nfs-mountd.service
@@ -6,7 +6,7 @@ After=nfs-server.service
 [Service]
 Type=forking
 EnvironmentFile=-/etc/sysconfig/nfs
-ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDARGS
+ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDOPTS
 StandardError=syslog+console
 
 [Install]
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 58e4016..705340b 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -307,6 +307,7 @@ fi
 %changelog
 * Fri Jun 22 2012 Steve Dickson <steved at redhat.com> 1.2.6-7
 - Reworked how the legacy names are enabled in systemd
+- Fixed typo in nfs-mountd.service
 
 * Tue Jun 12 2012 Steve Dickson <steved at redhat.com> 1.2.6-6
 - Updated to latest upstream RC release: nfs-utils.1.2.7-rc2 (bz 833555)


More information about the scm-commits mailing list