From 54a399960e43baae10089252111cd20eb4e7a25e Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 22 Jun 2012 13:20:36 -0400 Subject: [PATCH] Fixed typo in nfs-mountd.service Signed-off-by: Steve Dickson --- nfs-mountd.service | 2 +- nfs-utils.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 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 1.2.6-6 - Updated to latest upstream RC release: nfs-utils.1.2.7-rc2 (bz 833555)