head	1.2;
access;
symbols
	RELENG_5_2_1_RELEASE:1.1.1.1
	RELENG_5_2_0_RELEASE:1.1.1.1
	RELENG_5_2:1.1.1.1.0.2
	RELENG_5_2_BP:1.1.1.1
	amd_6_0_9:1.1.1.1
	COLUMBIA:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2004.07.06.13.16.44;	author mbr;	state dead;
branches;
next	1.1;

1.1
date	2003.09.02.15.27.31;	author mbr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.09.02.15.27.31;	author mbr;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2007.12.01.23.04.59;	author obrien;	state dead;
branches;
next	;


desc
@@


1.2
log
@Resolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)
import:

- Fix typo in amd/nfs_prot_svc.c
- Manpage change in scripts/amd.conf.5
- Remove unneeded configure files
- Remove unneeded m4/macros
@
text
@#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain

# $Id: mkinstalldirs,v 1.1.2.2 2001/11/14 03:38:34 ezk Exp $

errstatus=0

for file
do
   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
   shift

   pathcomp=
   for d
   do
     pathcomp="$pathcomp$d"
     case "$pathcomp" in
       -* ) pathcomp=./$pathcomp ;;
     esac

     if test ! -d "$pathcomp"; then
        echo "mkdir $pathcomp"

        mkdir "$pathcomp" || lasterr=$?

        if test ! -d "$pathcomp"; then
  	  errstatus=$lasterr
        fi
     fi

     pathcomp="$pathcomp/"
   done
done

exit $errstatus

# mkinstalldirs ends here
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Virgin import of AMD (am-utils) 20030828 (6.0.9)
@
text
@@


1.1.1.2
log
@Delete from the vendor brach a few things that are dead on head.
(they should have been removed here instead of on HEAD in the first place...)
@
text
@@

