diff options
| author | Garrett D'Amore <garrett@nexenta.com> | 2010-11-19 14:02:57 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@nexenta.com> | 2010-11-19 14:02:57 -0800 |
| commit | 382f00c9f2bd34208f10bb7d2be96bc6696eb8c4 (patch) | |
| tree | 0b05c4d7f1bfe7833181dc0a0b81b6d274fc227b /usr/src/cmd/svr4pkg/pkgmk | |
| parent | 6c1891ea28c10049521d8647a32ef85d9449a8cb (diff) | |
| download | illumos-joyent-382f00c9f2bd34208f10bb7d2be96bc6696eb8c4.tar.gz | |
424 svr4pkg should remove ALLOW_EXCEPTION_LIST_PKG
Reviewed by: albert.lee@nexenta.com
Approved by: gwr@nexenta.com
Diffstat (limited to 'usr/src/cmd/svr4pkg/pkgmk')
| -rw-r--r-- | usr/src/cmd/svr4pkg/pkgmk/main.c | 13 |
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); |
