summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svr4pkg/pkgmk/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/svr4pkg/pkgmk/main.c')
-rw-r--r--usr/src/cmd/svr4pkg/pkgmk/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/src/cmd/svr4pkg/pkgmk/main.c b/usr/src/cmd/svr4pkg/pkgmk/main.c
index 49d2b50cb1..64fac814d5 100644
--- a/usr/src/cmd/svr4pkg/pkgmk/main.c
+++ b/usr/src/cmd/svr4pkg/pkgmk/main.c
@@ -454,19 +454,6 @@ main(int argc, char *argv[])
quit(1);
}
- /*
- * *********************************************************************
- * this feature is removed starting with Solaris 10 - there is no built
- * in list of packages that should be run "the old way"
- * *********************************************************************
- */
-
-#ifdef ALLOW_EXCEPTION_PKG_LIST
- /* Until 2.9, set it from the execption list */
- if (exception_pkg(pkginst, LINK))
- set_nonABI_symlinks();
-#endif
-
if ((pkgname = getenv("NAME")) == NULL) {
progerr(gettext(ERR_NOPARAM), "NAME", svept->path);
quit(1);