diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-11-09 10:20:47 -0800 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-11-09 10:20:47 -0800 |
commit | 9ab815e1e50104cb1004a5ccca7a6da582994b57 (patch) | |
tree | 3a17afe10375deb534af826c6a5827707264448f /usr/src/cmd/svr4pkg/hdrs | |
parent | e635ca032c0795f34e24ee22723225ddb5be2b5c (diff) | |
download | illumos-joyent-9ab815e1e50104cb1004a5ccca7a6da582994b57.tar.gz |
403 remove support for SVR3 packaging
Reviewed by: a.eremin@nexenta.com
Reviewed by: peter.tribble@gmail.com
Approved by: gwr@nexenta.com
Diffstat (limited to 'usr/src/cmd/svr4pkg/hdrs')
-rw-r--r-- | usr/src/cmd/svr4pkg/hdrs/libadm.h | 1 | ||||
-rw-r--r-- | usr/src/cmd/svr4pkg/hdrs/libinst.h | 5 | ||||
-rw-r--r-- | usr/src/cmd/svr4pkg/hdrs/messages.h | 6 |
3 files changed, 0 insertions, 12 deletions
diff --git a/usr/src/cmd/svr4pkg/hdrs/libadm.h b/usr/src/cmd/svr4pkg/hdrs/libadm.h index 503bd6b931..a6d91b9ab6 100644 --- a/usr/src/cmd/svr4pkg/hdrs/libadm.h +++ b/usr/src/cmd/svr4pkg/hdrs/libadm.h @@ -262,7 +262,6 @@ extern char *fpkgparam __P((FILE *fp, char *param)); extern char *pkgparam __P((char *pkg, char *param)); extern void set_PKGpaths __P((char *path)); extern char *get_PKGLOC __P((void)); -extern char *get_PKGOLD __P((void)); extern char *get_PKGADM __P((void)); extern void set_PKGADM(char *newpath); extern void set_PKGLOC(char *newpath); diff --git a/usr/src/cmd/svr4pkg/hdrs/libinst.h b/usr/src/cmd/svr4pkg/hdrs/libinst.h index 5202fd68c1..2e68af845b 100644 --- a/usr/src/cmd/svr4pkg/hdrs/libinst.h +++ b/usr/src/cmd/svr4pkg/hdrs/libinst.h @@ -318,11 +318,6 @@ extern boolean_t echoDebugGetFlag __P((void)); extern boolean_t echoSetFlag __P((boolean_t a_debugFlag)); extern boolean_t echoDebugSetFlag __P((boolean_t a_debugFlag)); -/* psvr4ck.c */ -extern void psvr4cnflct __P((void)); -extern void psvr4mail __P((char *list, char *msg, int retcode, char *pkg)); -extern void psvr4pkg __P((char **ppkg)); - /* ptext.c */ /*PRINTFLIKE2*/ extern void ptext __P((FILE *fp, char *fmt, ...)); diff --git a/usr/src/cmd/svr4pkg/hdrs/messages.h b/usr/src/cmd/svr4pkg/hdrs/messages.h index cbb226d606..37ebdc1d7a 100644 --- a/usr/src/cmd/svr4pkg/hdrs/messages.h +++ b/usr/src/cmd/svr4pkg/hdrs/messages.h @@ -515,7 +515,6 @@ extern "C" { #define ERR_MNT_NOROOT gettext("get_mntinfo() identified <%s> as root file system instead of <%s> errno %d: %s") #define ERR_MODTIM gettext("unable to reset access/modification time of <%s>: (%d) %s") #define ERR_NEWBD gettext("%s is already installed at %s. Duplicate installation attempted at %s.") -#define ERR_NOCOPY gettext("unable to create copy of UNINSTALL script in <%s>") #define ERR_NODIR gettext("unable to create directory <%s>: (%d) %s") #define ERR_NORESPCOPY gettext("unable to copy response file <%s> to <%s>") #define ERR_NODEVICE gettext("unable to determine device to install from") @@ -718,13 +717,10 @@ extern "C" { #define MSG_DOREMOVE_INTERRUPTED gettext("## interrupted: package <%s> not installed") #define MSG_DOREMOVE_INTERRUPTED_B4_Z gettext("## interrupted: package <%s> not removed") #define MSG_DRYRUN_DONE gettext("Dryrun complete.") -#define MSG_EXE_INSTALL_SCRIPT gettext("## Executing INSTALL script provided by package") -#define MSG_FAIL gettext("\n## Pre-SVR4 package reports failed installation.") #define MSG_HRDLINK gettext("%s <linked pathname>") #define MSG_IMPDIR gettext("%s <implied directory>") #define MSG_INSERT_VOL gettext("Insert %v into %p.") #define MSG_INSTALLING_PKG_IN_GZ gettext("## Installing package <%s> in global zone") -#define MSG_INSTALLING_PSVR4 gettext("*** Installing Pre-SVR4 Package ***") #define MSG_INSTALL_INTERRUPT_B4_ZONES gettext("## Interrupted: package <%s> not installed in any non-global zones") #define MSG_INSTALL_PKG_IN_ZONE gettext("## Installing package <%s> in zone <%s>") #define MSG_INST_MANY gettext(" %d package pathnames are already properly installed.") @@ -737,7 +733,6 @@ extern "C" { #define MSG_LOG_ERROR gettext("ERROR") #define MSG_LOG_WARNING gettext("WARNING") #define MSG_LOG_DEBUG gettext("DEBUG") -#define MSG_MAIL gettext("An attempt to install the <%s> pre-SVR4 package on <%s> completed with exit status <%d>.") #define MSG_MANMOUNT gettext("Assuming mounts have been provided.") #define MSG_MORETODO gettext("\nThere are %d more packages to be removed.") #define MSG_MORE_INST gettext("\nThere are %d more packages to be installed.") @@ -818,7 +813,6 @@ extern "C" { #define MSG_SHIGN gettext("%s <conflicting pathname not installed>") #define MSG_SKIPPING_ZONE_NOT_RUNNABLE gettext("## Not processing zone <%s>: the zone is not running and cannot be booted") #define MSG_SLINK gettext("%s <symbolic link>") -#define MSG_SUCCEED gettext("\n## Pre-SVR4 package reports successful installation.") #define MSG_SUSPEND_ADD gettext("Installation of <%s> has been suspended.") #define MSG_SUSPEND_RM gettext("Removals of <%s> has been suspended.") #define MSG_UGID gettext("%s <installed with setuid/setgid bits reset>") |