summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/perform.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-14 05:55:57 +0000
committerjkh <jkh@FreeBSD.org>1994-10-14 05:55:57 +0000
commit2cf39cacf3964567c31c669206b8564ea3fe7cfb (patch)
tree175a3b13e3dddcce078aea2e8e863ca4d9b32a68 /usr.sbin/pkg_install/create/perform.c
parentd5a24500875e9be50c5bbfd35c54f42463c81576 (diff)
downloadFreeBSD-src-2cf39cacf3964567c31c669206b8564ea3fe7cfb.zip
FreeBSD-src-2cf39cacf3964567c31c669206b8564ea3fe7cfb.tar.gz
This should do it - I forgot about pkg_info.
Diffstat (limited to 'usr.sbin/pkg_install/create/perform.c')
-rw-r--r--usr.sbin/pkg_install/create/perform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 27d437d..a0e1406 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.10 1994/08/29 16:31:37 adam Exp $";
+static const char *rcsid = "$Id: perform.c,v 1.11 1994/10/04 15:54:39 jkh Exp $";
#endif
/*
@@ -78,7 +78,7 @@ pkg_perform(char **pkgs)
add_plist_top(&plist, PLIST_NAME, pkg);
/* Make a directory to stomp around in */
- home = make_playpen(PlayPen, 1);
+ home = make_playpen(PlayPen, 0);
signal(SIGINT, cleanup);
signal(SIGHUP, cleanup);
OpenPOWER on IntegriCloud