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/installf/main.c | |
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/installf/main.c')
-rw-r--r-- | usr/src/cmd/svr4pkg/installf/main.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/cmd/svr4pkg/installf/main.c b/usr/src/cmd/svr4pkg/installf/main.c index 2d3b889c15..9d6775620a 100644 --- a/usr/src/cmd/svr4pkg/installf/main.c +++ b/usr/src/cmd/svr4pkg/installf/main.c @@ -358,17 +358,6 @@ main(int argc, char **argv) exit(1); } -#ifdef ALLOW_EXCEPTION_PKG_LIST - /* - * ********************************************************************* - * this feature is removed starting with Solaris 10 - there is no built - * in list of packages that should be run "the old way" - * ********************************************************************* - */ - /* Until 2.9, set it from the execption list */ - if (pkginst && exception_pkg(pkginst, LINK)) - set_nonABI_symlinks(); -#endif /* * This maps the client filesystems into the server's space. */ |