nfs-utils: move to usr/bin.
This commit is contained in:
parent
f1873dd88e
commit
631229df75
@ -5,7 +5,7 @@ Requires=var-lib-nfs-rpc_pipefs.mount
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/blkmapd
|
||||
ExecStart=/usr/bin/blkmapd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -5,10 +5,10 @@ Requires=rpcbind.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/rpc.nfsd
|
||||
ExecStartPost=/usr/sbin/exportfs -a
|
||||
ExecStop=/usr/sbin/rpc.nfsd 0
|
||||
ExecStopPost=/usr/sbin/exportfs -a -u
|
||||
ExecStart=/usr/bin/rpc.nfsd
|
||||
ExecStartPost=/usr/bin/exportfs -a
|
||||
ExecStop=/usr/bin/rpc.nfsd 0
|
||||
ExecStopPost=/usr/bin/exportfs -a -u
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
|
@ -6,7 +6,7 @@ Before=remote-fs-pre.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/rpc.gssd
|
||||
ExecStart=/usr/bin/rpc.gssd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -6,7 +6,7 @@ Before=remote-fs-pre.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/rpc.idmapd
|
||||
ExecStart=/usr/bin/rpc.idmapd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -5,7 +5,7 @@ Requires=rpcbind.service nfsd.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/rpc.mountd
|
||||
ExecStart=/usr/bin/rpc.mountd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -6,7 +6,7 @@ Before=remote-fs-pre.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/rpc.statd
|
||||
ExecStart=/usr/bin/rpc.statd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -5,7 +5,7 @@ Requires=rpcbind.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/rpc.svcgssd
|
||||
ExecStart=/usr/bin/rpc.svcgssd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'nfs-utils'
|
||||
pkgname=nfs-utils
|
||||
version=1.3.2
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Network File System utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
@ -28,7 +28,7 @@ do_configure() {
|
||||
configure_args+=" --with-statduser=nobody --enable-gss --enable-nfsv4
|
||||
--with-statedir=/var/lib/nfs --enable-libmount-mount
|
||||
--with-gssglue --without-tcp-wrappers --enable-ipv6
|
||||
--sbindir=/usr/sbin "
|
||||
--sbindir=/usr/bin "
|
||||
|
||||
./configure ${configure_args} \
|
||||
--with-tirpcinclude=$XBPS_CROSS_BASE/usr/include/tirpc \
|
||||
@ -42,8 +42,7 @@ do_build() {
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
|
||||
vmkdir usr/sbin
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/sbin
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||
# conffiles
|
||||
vconf ${FILESDIR}/exports
|
||||
vconf ${FILESDIR}/idmapd.conf
|
||||
|
Loading…
Reference in New Issue
Block a user