Reworked how the legacy names are enabled in systemd
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
d960e6871f
commit
96eb3bcde7
@ -2,7 +2,6 @@
|
|||||||
Description=NFSv4 ID-name mapping daemon
|
Description=NFSv4 ID-name mapping daemon
|
||||||
BindTo=nfs-server.service
|
BindTo=nfs-server.service
|
||||||
After=nfs-server.service
|
After=nfs-server.service
|
||||||
Names=rpcidmapd.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -3,7 +3,6 @@ Description=NFS file locking service.
|
|||||||
Requires=rpcbind.service network.target
|
Requires=rpcbind.service network.target
|
||||||
After=network.target named.service rpcbind.service
|
After=network.target named.service rpcbind.service
|
||||||
Before=remote-fs-pre.target
|
Before=remote-fs-pre.target
|
||||||
Names=nfslock.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
Description=Secure NFS Server
|
Description=Secure NFS Server
|
||||||
Requires=var-lib-nfs-rpc_pipefs.mount nfs-server.service
|
Requires=var-lib-nfs-rpc_pipefs.mount nfs-server.service
|
||||||
After=syslog.target var-lib-nfs-rpc_pipefs.mount nfs-server.service
|
After=syslog.target var-lib-nfs-rpc_pipefs.mount nfs-server.service
|
||||||
Names=rpcsvcgssd.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
Description=Secure NFS
|
Description=Secure NFS
|
||||||
Requires=var-lib-nfs-rpc_pipefs.mount
|
Requires=var-lib-nfs-rpc_pipefs.mount
|
||||||
After=syslog.target var-lib-nfs-rpc_pipefs.mount
|
After=syslog.target var-lib-nfs-rpc_pipefs.mount
|
||||||
Names=rpcgssd.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -3,7 +3,6 @@ Description=NFS Server
|
|||||||
Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
|
Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
|
||||||
Requires=nfs-idmap.service nfs-mountd.service nfs-rquotad.service
|
Requires=nfs-idmap.service nfs-mountd.service nfs-rquotad.service
|
||||||
After=network.target named.service
|
After=network.target named.service
|
||||||
Names=nfs.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://sourceforge.net/projects/nfs
|
URL: http://sourceforge.net/projects/nfs
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -154,6 +154,13 @@ for config in %{nfs_configs} ; do
|
|||||||
install -m 755 $config $RPM_BUILD_ROOT/usr/lib/%{name}/scripts
|
install -m 755 $config $RPM_BUILD_ROOT/usr/lib/%{name}/scripts
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cd $RPM_BUILD_ROOT/lib/systemd/system
|
||||||
|
ln -s nfs-idmap.service rpcidmapd.service
|
||||||
|
ln -s nfs-lock.service nfslock.service
|
||||||
|
ln -s nfs-secure-server.service rpcsvcgssd.service
|
||||||
|
ln -s nfs-secure.service rpcgssd.service
|
||||||
|
ln -s nfs-server.service nfs.service
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
|
mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
|
||||||
|
|
||||||
touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
|
touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
|
||||||
@ -298,6 +305,9 @@ fi
|
|||||||
%attr(4755,root,root) /sbin/umount.nfs4
|
%attr(4755,root,root) /sbin/umount.nfs4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2012 Steve Dickson <steved@redhat.com> 1.2.6-7
|
||||||
|
- Reworked how the legacy names are enabled in systemd
|
||||||
|
|
||||||
* 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