summaryrefslogtreecommitdiff
path: root/mcon/U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U')
-rw-r--r--mcon/U/Chk_MANI.U2
-rw-r--r--mcon/U/nis.U12
2 files changed, 13 insertions, 1 deletions
diff --git a/mcon/U/Chk_MANI.U b/mcon/U/Chk_MANI.U
index 52fc44c..6f0ecd8 100644
--- a/mcon/U/Chk_MANI.U
+++ b/mcon/U/Chk_MANI.U
@@ -39,7 +39,7 @@ if test -f $rsrc/MANIFEST; then
?X: shell archive builder and may be removed by the user. Usually, they are
?X: not listed in the MANIFEST file, but you never know...
?X:
- awk '$1 !~ /PACK[A-Z]+/ {print $1}' $rsrc/MANIFEST | split -50
+ awk '$1 !~ /PACK[A-Z]+/ {print $1}' $rsrc/MANIFEST | split -l -50
rm -f missing
tmppwd=`pwd`
for filelist in x??; do
diff --git a/mcon/U/nis.U b/mcon/U/nis.U
index 283cb11..f8c82ab 100644
--- a/mcon/U/nis.U
+++ b/mcon/U/nis.U
@@ -162,4 +162,16 @@ esac
case "$passcat" in
'') passcat='cat /etc/passwd';;
esac
+case "$hostcat" in
+'') hostcat='cat /etc/hosts';;
+*) ;;
+esac
+case "$groupcat" in
+'') groupcat='cat /etc/group';;
+*) ;;
+esac
+case "$passcat" in
+'') passcat='cat /etc/passwd';;
+*) ;;
+esac