summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-09-18 03:39:50 +0000
committerjkh <jkh@FreeBSD.org>1993-09-18 03:39:50 +0000
commit14f46efaad7cbf35d71371ee36e6dea380ecc3b6 (patch)
treedf3e5110c881894a7d75609acee5c3149906a41b /usr.sbin/pkg_install/lib/lib.h
parentc8b21d348caf8859889cddf47bfacd774107faac (diff)
downloadFreeBSD-src-14f46efaad7cbf35d71371ee36e6dea380ecc3b6.zip
FreeBSD-src-14f46efaad7cbf35d71371ee36e6dea380ecc3b6.tar.gz
Added code for doing % sequence expansion, added new @unexec command.
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 682687c..f84c31b 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -1,4 +1,4 @@
-/* $Id: lib.h,v 1.5 1993/09/04 05:06:49 jkh Exp $ */
+/* $Id: lib.h,v 1.3 1993/09/05 04:54:21 jkh Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -66,10 +66,11 @@
#define CMD_CHAR '@' /* prefix for extended PLIST cmd */
+
enum _plist_t {
PLIST_FILE, PLIST_CWD, PLIST_CMD, PLIST_CHMOD,
PLIST_CHOWN, PLIST_CHGRP, PLIST_COMMENT,
- PLIST_IGNORE, PLIST_NAME
+ PLIST_IGNORE, PLIST_NAME, PLIST_UNEXEC
};
typedef enum _plist_t plist_t;
@@ -114,6 +115,7 @@ void copy_file(char *, char *, char *);
void copy_hierarchy(char *, char *, Boolean);
int delete_hierarchy(char *, Boolean);
int unpack(char *, char *);
+void format_cmd(char *, char *, char *, char *);
/* Msg */
void upchuck(const char *);
OpenPOWER on IntegriCloud