Print this page
1681 support for BUILD64=# no longer works
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/service/resource-cap@$(PKGVERS)
set name=pkg.description value="Solaris Resource Capping Daemon"
set name=pkg.summary value="Solaris Resource Capping Daemon"
*** 35,52 ****
dir path=usr group=sys
dir path=usr/bin
dir path=usr/lib
dir path=usr/lib/rcap
dir path=usr/lib/rcap/$(ARCH32)
! dir path=usr/lib/rcap/$(ARCH64)
dir path=usr/sbin
dir path=usr/share/man/man1
dir path=usr/share/man/man1m
file path=lib/svc/manifest/system/rcap.xml group=sys mode=0444
file path=usr/bin/rcapstat mode=0555
file path=usr/lib/rcap/$(ARCH32)/rcapd mode=0555
! file path=usr/lib/rcap/$(ARCH64)/rcapd mode=0555
file path=usr/sbin/rcapadm mode=0555
file path=usr/share/man/man1/rcapstat.1
file path=usr/share/man/man1m/rcapadm.1m
file path=usr/share/man/man1m/rcapd.1m
hardlink path=usr/lib/rcap/rcapd target=../isaexec
--- 36,53 ----
dir path=usr group=sys
dir path=usr/bin
dir path=usr/lib
dir path=usr/lib/rcap
dir path=usr/lib/rcap/$(ARCH32)
! $(BUILD64)dir path=usr/lib/rcap/$(ARCH64)
dir path=usr/sbin
dir path=usr/share/man/man1
dir path=usr/share/man/man1m
file path=lib/svc/manifest/system/rcap.xml group=sys mode=0444
file path=usr/bin/rcapstat mode=0555
file path=usr/lib/rcap/$(ARCH32)/rcapd mode=0555
! $(BUILD64)file path=usr/lib/rcap/$(ARCH64)/rcapd mode=0555
file path=usr/sbin/rcapadm mode=0555
file path=usr/share/man/man1/rcapstat.1
file path=usr/share/man/man1m/rcapadm.1m
file path=usr/share/man/man1m/rcapd.1m
hardlink path=usr/lib/rcap/rcapd target=../isaexec