summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/perform.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-25 15:38:37 +0000
committerjkh <jkh@FreeBSD.org>1995-10-25 15:38:37 +0000
commitd4d9564530f574c891a76bc0ca7af4c9275e9442 (patch)
tree38f96dd54eeecc8a263b88c6c73dd075dcbadb38 /usr.sbin/pkg_install/create/perform.c
parenta31022b303ea5ec7c096c6165e363e3fd1058fee (diff)
downloadFreeBSD-src-d4d9564530f574c891a76bc0ca7af4c9275e9442.zip
FreeBSD-src-d4d9564530f574c891a76bc0ca7af4c9275e9442.tar.gz
Bring forward my changes from 2.1
Diffstat (limited to 'usr.sbin/pkg_install/create/perform.c')
-rw-r--r--usr.sbin/pkg_install/create/perform.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 0c773e9..b1a67ec 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: perform.c,v 1.26 1995/05/10 20:46:06 jkh Exp $";
+static const char *rcsid = "$Id: perform.c,v 1.27.4.1 1995/10/14 19:11:22 jkh Exp $";
#endif
/*
@@ -31,11 +31,13 @@ static const char *rcsid = "$Id: perform.c,v 1.26 1995/05/10 20:46:06 jkh Exp $"
static void sanity_check(void);
static void make_dist(char *, char *, char *, Package *);
+static char *home;
+
int
pkg_perform(char **pkgs)
{
char *pkg = *pkgs; /* Only one arg to create */
- char *home, *cp;
+ char *cp;
FILE *pkg_in, *fp;
Package plist;
char *suffix; /* What we tack on to the end of the finished package */
@@ -268,5 +270,5 @@ sanity_check()
void
cleanup(int sig)
{
- leave_playpen();
+ leave_playpen(home);
}
OpenPOWER on IntegriCloud