head	1.2;
access;
symbols
	syrinx_20080307_bugfix:1.1.1.1
	BSNMP_1_11:1.1.1.1
	BEGEMOT:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.10.04.14.51.54;	author harti;	state dead;
branches;
next	1.1;

1.1
date	2005.10.04.14.41.03;	author harti;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.10.04.14.41.03;	author harti;	state Exp;
branches;
next	;


desc
@@


1.2
log
@These files are not needed and were imported by accident in the
previous import.
@
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 1999/06/17 13:26:38 maw 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" 1>&2

        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 bsnmpd 1.11
@
text
@@
