Fixed typo in nfs-mountd.service

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2012-06-22 13:20:36 -04:00
parent 96eb3bcde7
commit 54a399960e
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -307,6 +307,7 @@ fi
%changelog
* Fri Jun 22 2012 Steve Dickson <steved@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@redhat.com> 1.2.6-6
- Updated to latest upstream RC release: nfs-utils.1.2.7-rc2 (bz 833555)