Print this page
NEX-13095 Create a configuration file to control switching the boot loader /etc/default/be
Reviewed by: Jean Mccormack<jean.mccormack@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-10318 add /etc/system.d support
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
NEX-6871 remove wu-ftpd
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-6513 IPMP should be a proper service and not require manual daemon startup
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-4081 Upstream changes from illumos 5916 make libsqlite a real shared lib
Reviewed by: Alex Eremin <a.eremin@nexenta.com>
NEX-3202 remove machid commands
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
NEX-3126 Break dependency on shell_styleguide.html
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-3123 update gate build environment to [open]jdk7
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Revert "5069 Removal of wu-ftpd"
This reverts commit 4e762ae71a675489e308ef67b9c4f35fa31042da.
NEX-1638 Updated DC Locator
 Includes work by: matt.barden@nexenta.com, kevin.crowe@nexenta.com
re #13879 make libsqlite a real shared lib

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/SUNWcs.mf
          +++ new/usr/src/pkg/manifests/SUNWcs.mf
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2013 Gary Mills
       25 +# Copyright 2014 PALO, Richard. All rights reserved.
  25   26  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  26      -# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
       27 +# Copyright 2017 Nexenta Systems, Inc.
  27   28  # Copyright 2017 Toomas Soome <tsoome@me.com>
  28   29  #
  29   30  
  30   31  <include SUNWcs.man1.inc>
  31   32  <include SUNWcs.man1m.inc>
  32   33  <include SUNWcs.man4.inc>
  33   34  <include SUNWcs.man5.inc>
  34   35  <include SUNWcs.man7d.inc>
  35   36  <include SUNWcs.man7fs.inc>
  36   37  set name=pkg.fmri value=pkg:/SUNWcs@$(PKGVERS)
↓ open down ↓ 45 lines elided ↑ open up ↑
  82   83  dir path=etc/security/exec_attr.d group=sys
  83   84  dir path=etc/security/lib group=sys
  84   85  dir path=etc/security/prof_attr.d group=sys
  85   86  dir path=etc/skel group=sys
  86   87  dir path=etc/svc group=sys
  87   88  dir path=etc/svc/profile group=sys
  88   89  dir path=etc/svc/profile/site group=sys
  89   90  dir path=etc/svc/volatile group=sys
  90   91  dir path=etc/sysevent group=sys
  91   92  dir path=etc/sysevent/config group=sys
       93 +dir path=etc/system.d group=sys
  92   94  dir path=etc/tm group=sys
  93   95  dir path=etc/user_attr.d group=sys
  94   96  dir path=export group=sys
  95   97  dir path=home group=root mode=0555
  96   98  dir path=lib
  97   99  dir path=lib/crypto
  98  100  dir path=lib/inet
  99  101  dir path=lib/svc
 100  102  dir path=lib/svc/bin
 101  103  dir path=lib/svc/capture
↓ open down ↓ 225 lines elided ↑ open up ↑
 327  329      perms="1 0620 root tty" perms="2 0620 root tty" perms="3 0620 root tty"
 328  330  driver name=timerfd perms="* 0666 root sys"
 329  331  file path=etc/.login group=sys preserve=renamenew
 330  332  file path=etc/cron.d/.proto group=sys mode=0744
 331  333  file path=etc/cron.d/at.deny group=sys preserve=true
 332  334  file path=etc/cron.d/cron.deny group=sys preserve=true
 333  335  file path=etc/cron.d/queuedefs group=sys
 334  336  file path=etc/crypto/kmf.conf group=sys preserve=true
 335  337  file path=etc/crypto/pkcs11.conf group=sys preserve=true
 336  338  file path=etc/datemsk group=sys mode=0444
      339 +file path=etc/default/be group=sys preserve=true
 337  340  file path=etc/default/cron group=sys preserve=true
 338  341  file path=etc/default/devfsadm group=sys preserve=true
 339  342  file path=etc/default/fs group=sys preserve=true
 340  343  file path=etc/default/init group=sys preserve=true
 341  344  file path=etc/default/keyserv group=sys preserve=true
 342  345  file path=etc/default/login group=sys preserve=true
 343  346  file path=etc/default/nss group=sys preserve=true
 344  347  file path=etc/default/passwd group=sys preserve=true
 345  348  file path=etc/default/su group=sys preserve=true
 346  349  file path=etc/default/syslogd group=sys preserve=true
↓ open down ↓ 146 lines elided ↑ open up ↑
 493  496  file path=lib/svc/manifest/network/inetd-upgrade.xml group=sys mode=0444
 494  497  file path=lib/svc/manifest/network/inetd.xml group=sys mode=0444
 495  498  file path=lib/svc/manifest/network/ipsec/ike.xml group=sys mode=0444
 496  499  file path=lib/svc/manifest/network/ipsec/ipsecalgs.xml group=sys mode=0444
 497  500  file path=lib/svc/manifest/network/ipsec/manual-key.xml group=sys mode=0444
 498  501  file path=lib/svc/manifest/network/ipsec/policy.xml group=sys mode=0444
 499  502  file path=lib/svc/manifest/network/ldap/client.xml group=sys mode=0444
 500  503  file path=lib/svc/manifest/network/network-initial.xml group=sys mode=0444
 501  504  file path=lib/svc/manifest/network/network-install.xml group=sys mode=0444
 502  505  file path=lib/svc/manifest/network/network-ipmgmt.xml group=sys mode=0444
      506 +file path=lib/svc/manifest/network/network-ipmp.xml group=sys mode=0444
 503  507  file path=lib/svc/manifest/network/network-ipqos.xml group=sys mode=0444
 504  508  file path=lib/svc/manifest/network/network-iptun.xml group=sys mode=0444
 505  509  file path=lib/svc/manifest/network/network-location.xml group=sys mode=0444
 506  510  file path=lib/svc/manifest/network/network-loopback.xml group=sys mode=0444
 507  511  file path=lib/svc/manifest/network/network-netcfg.xml group=sys mode=0444
 508  512  file path=lib/svc/manifest/network/network-netmask.xml group=sys mode=0444
 509  513  file path=lib/svc/manifest/network/network-physical.xml group=sys mode=0444
 510  514  file path=lib/svc/manifest/network/network-routing-setup.xml group=sys \
 511  515      mode=0444
 512  516  file path=lib/svc/manifest/network/network-service.xml group=sys mode=0444
↓ open down ↓ 59 lines elided ↑ open up ↑
 572  576  file path=lib/svc/method/identity-node mode=0555
 573  577  file path=lib/svc/method/inetd-upgrade mode=0555
 574  578  file path=lib/svc/method/keymap mode=0555
 575  579  file path=lib/svc/method/ldap-client mode=0555
 576  580  file path=lib/svc/method/logadm-upgrade mode=0555
 577  581  file path=lib/svc/method/manifest-import mode=0555
 578  582  file path=lib/svc/method/mpxio-upgrade mode=0555
 579  583  file path=lib/svc/method/net-init mode=0555
 580  584  file path=lib/svc/method/net-install mode=0555
 581  585  file path=lib/svc/method/net-ipmgmt mode=0555
      586 +file path=lib/svc/method/net-ipmp mode=0555
 582  587  file path=lib/svc/method/net-ipqos mode=0555
 583  588  file path=lib/svc/method/net-iptun mode=0555
 584  589  file path=lib/svc/method/net-loc mode=0555
 585  590  file path=lib/svc/method/net-loopback mode=0555
 586  591  file path=lib/svc/method/net-netmask mode=0555
 587  592  file path=lib/svc/method/net-nwam mode=0555
 588  593  file path=lib/svc/method/net-physical mode=0555
 589  594  file path=lib/svc/method/net-routing-setup mode=0555
 590  595  file path=lib/svc/method/net-svc mode=0555
 591  596  file path=lib/svc/method/rmtmpfiles mode=0555
↓ open down ↓ 1092 lines elided ↑ open up ↑
1684 1689  link path=etc/tar target=../usr/sbin/tar
1685 1690  link path=etc/telinit target=../sbin/init
1686 1691  link path=etc/uadmin target=../sbin/uadmin
1687 1692  link path=etc/umount target=../sbin/umount
1688 1693  link path=etc/umountall target=../sbin/umountall
1689 1694  link path=etc/utmpx target=../var/adm/utmpx
1690 1695  link path=etc/volcopy target=../usr/sbin/volcopy
1691 1696  link path=etc/wall target=../usr/sbin/wall
1692 1697  link path=etc/whodo target=../usr/sbin/whodo
1693 1698  link path=etc/wtmpx target=../var/adm/wtmpx
1694      -link path=sbin/in.mpathd target=../lib/inet/in.mpathd
1695 1699  link path=sbin/jsh target=../usr/bin/ksh93
1696 1700  link path=sbin/pfsh target=../usr/bin/pfexec
1697 1701  link path=sbin/sh target=../usr/bin/$(ARCH32)/ksh93
1698 1702  link path=sbin/su target=../usr/bin/su
1699 1703  link path=usr/adm target=../var/adm
1700 1704  link path=usr/bin/df target=../sbin/df
1701 1705  link path=usr/bin/jsh target=ksh93
1702 1706  link path=usr/bin/pwconv target=../sbin/pwconv
1703 1707  link path=usr/bin/rmail target=./mail
1704 1708  link path=usr/bin/sh target=$(ARCH32)/ksh93
↓ open down ↓ 5 lines elided ↑ open up ↑
1710 1714  link path=usr/ccs/bin/m4 target=../../bin/m4
1711 1715  link path=usr/has/bin/jsh target=sh
1712 1716  link path=usr/has/lib/rsh target=../bin/sh
1713 1717  link path=usr/lib/$(ARCH64)/ld.so.1 target=../../../lib/$(ARCH64)/ld.so.1
1714 1718  link path=usr/lib/cron target=../../etc/cron.d
1715 1719  link path=usr/lib/devfsadm/devfsadmd target=../../sbin/devfsadm
1716 1720  link path=usr/lib/embedded_su target=../bin/su
1717 1721  link path=usr/lib/fs/dev/mount target=../../../../etc/fs/dev/mount
1718 1722  link path=usr/lib/fs/hsfs/mount target=../../../../etc/fs/hsfs/mount
1719 1723  link path=usr/lib/fs/ufs/mount target=../../../../etc/fs/ufs/mount
1720      -link path=usr/lib/inet/in.mpathd target=../../../lib/inet/in.mpathd
1721 1724  link path=usr/lib/ld.so.1 target=../../lib/ld.so.1
1722 1725  link path=usr/lib/locale/POSIX target=./C
1723 1726  link path=usr/lib/rsh target=../bin/ksh93
1724 1727  link path=usr/lib/secure/32 target=.
1725 1728  link path=usr/lib/secure/64 target=$(ARCH64)
1726 1729  link path=usr/mail target=../var/mail
1727 1730  link path=usr/net/nls/listen target=../../lib/saf/listen
1728 1731  link path=usr/net/nls/nlps_server target=../../lib/saf/nlps_server
1729 1732  link path=usr/news target=../var/news
1730 1733  link path=usr/preserve target=../var/preserve
↓ open down ↓ 84 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX