Fixed typo in nfs-mountd.service
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
96eb3bcde7
commit
54a399960e
@ -6,7 +6,7 @@ After=nfs-server.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
EnvironmentFile=-/etc/sysconfig/nfs
|
EnvironmentFile=-/etc/sysconfig/nfs
|
||||||
ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDARGS
|
ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDOPTS
|
||||||
StandardError=syslog+console
|
StandardError=syslog+console
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@ -307,6 +307,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 22 2012 Steve Dickson <steved@redhat.com> 1.2.6-7
|
* Fri Jun 22 2012 Steve Dickson <steved@redhat.com> 1.2.6-7
|
||||||
- Reworked how the legacy names are enabled in systemd
|
- 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
|
* 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)
|
- Updated to latest upstream RC release: nfs-utils.1.2.7-rc2 (bz 833555)
|
||||||
|
Loading…
Reference in New Issue
Block a user