summaryrefslogtreecommitdiff
path: root/strata/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'strata/nfs')
-rw-r--r--strata/nfs/nfs-utils.morph13
-rw-r--r--strata/nfs/rpcbind.morph11
-rw-r--r--strata/nfs/tcp-wrappers.morph9
-rw-r--r--strata/nfs/ti-rpc.morph6
4 files changed, 0 insertions, 39 deletions
diff --git a/strata/nfs/nfs-utils.morph b/strata/nfs/nfs-utils.morph
deleted file mode 100644
index 8116a9f4..00000000
--- a/strata/nfs/nfs-utils.morph
+++ /dev/null
@@ -1,13 +0,0 @@
-name: nfs-utils
-kind: chunk
-build-system: autotools
-configure-commands:
-- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX" --disable-nfsv4 --disable-nfsv41 --disable-gss --with-rpcgen=internal
- --without-tcp-wrappers
-install-commands:
-- make DESTDIR="$DESTDIR" install
-- mkdir -p "$DESTDIR"/lib/systemd/system
-- install -m644 proc-fs-nfsd.mount "$DESTDIR"/lib/systemd/system
-- install -m644 nfs-mountd.service "$DESTDIR"/lib/systemd/system
-- install -m644 nfs-server.service "$DESTDIR"/lib/systemd/system
diff --git a/strata/nfs/rpcbind.morph b/strata/nfs/rpcbind.morph
deleted file mode 100644
index 0ca929dc..00000000
--- a/strata/nfs/rpcbind.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: rpcbind
-kind: chunk
-build-system: autotools
-configure-commands:
-- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX" --with-rpcuser=nobody --enable-warmstarts
-install-commands:
-- make DESTDIR="$DESTDIR" install
-- mkdir -p "$DESTDIR"/lib/systemd/system
-- install -m644 rpcbind.service "$DESTDIR"/lib/systemd/system
-- install -m644 rpcbind.socket "$DESTDIR"/lib/systemd/system
diff --git a/strata/nfs/tcp-wrappers.morph b/strata/nfs/tcp-wrappers.morph
deleted file mode 100644
index c68671f6..00000000
--- a/strata/nfs/tcp-wrappers.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-name: tcp-wrappers
-kind: chunk
-build-commands:
-- make MAJOR=0 MINOR=7 REL=6 linux
-install-commands:
-- mkdir -p "$DESTDIR"/"$PREFIX"/include
-- install -p -m644 tcpd.h "$DESTDIR"/"$PREFIX"/include
-- mkdir -p "$DESTDIR"/"$PREFIX"/lib
-- cp -a libwrap.so* "$DESTDIR"/"$PREFIX"/lib
diff --git a/strata/nfs/ti-rpc.morph b/strata/nfs/ti-rpc.morph
deleted file mode 100644
index 3fb91e1f..00000000
--- a/strata/nfs/ti-rpc.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: ti-rpc
-kind: chunk
-build-system: autotools
-configure-commands:
-- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX" --sysconfdir=/etc