[csw-devel] SF.net SVN: gar:[8072] csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 18 13:39:53 CET 2010


Revision: 8072
          http://gar.svn.sourceforge.net/gar/?rev=8072&view=rev
Author:   dmichelsen
Date:     2010-01-18 12:39:52 +0000 (Mon, 18 Jan 2010)

Log Message:
-----------
sasl branch 2.1.23: Move to mGAR v2

Modified Paths:
--------------
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/Makefile
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/checksums
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswsaslauthd.init

Removed Paths:
-------------
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.depend
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.gspec
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.postinstall
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.preinstall
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.depend
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.gspec
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.depend
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.gspec
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.prototype
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.depend
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.gspec
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.prototype
    csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswusergroup

Modified: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/Makefile
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/Makefile	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/Makefile	2010-01-18 12:39:52 UTC (rev 8072)
@@ -11,40 +11,25 @@
    layer is inserted between the protocol and the connection.
 endef
 
-# Source location
 MASTER_SITES = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
-
-# Visitor information
-SPKG_SOURCEURL = http://asg.web.cmu.edu/sasl/
-
 WORKSRC = $(WORKDIR)/cyrus-$(GARNAME)-$(GARVERSION)
 
 DISTFILES = cyrus-$(GARNAME)-$(GARVERSION).tar.gz
-
-# SASL libraries and utilities
-DISTFILES += CSWsasl.preinstall CSWsasl.postinstall
-# SASL authentication server
-#DISTFILES += $(call admfiles,CSWsaslauthd,$(ADMADDON))
-# SASL sql plugin
-#DISTFILES += $(call admfiles,CSWsaslsql,$(ADMSTANDARD))
-# SASL gssapi plugin
-#DISTFILES += $(call admfiles,CSWsaslgssapi,$(ADMSTANDARD))
-
-DISTFILES += cswusergroup
-
-# Init files for SASLAUTHD
 DISTFILES += cswsaslauthd.init saslauthd.init.CSW
+DISTFILES += README.sasl README.saslauthd
 
 PATCHFILES = saslauthd-doc.diff saslauthd-groff.diff ltmain.diff
 
 PACKAGES = CSWsasl CSWsaslauthd CSWsaslgssapi CSWsaslsql
 
+SPKG_SOURCEURL = http://asg.web.cmu.edu/sasl/
+
 CATALOGNAME_CSWsasl = sasl
 CATALOGNAME_CSWsaslauthd = saslauthd
 CATALOGNAME_CSWsaslgssapi = sasl_gssapi
 CATALOGNAME_CSWsaslsql = sasl_sql
 
-REQUIRED_PKGS_CSWsasl = CSWosslrt CSWbdb4
+REQUIRED_PKGS_CSWsasl = CSWosslrt CSWbdb47
 REQUIRED_PKGS_CSWsaslauthd = CSWosslrt CSWoldaprt CSWkrb5lib
 REQUIRED_PKGS_CSWsaslgssapi = CSWsasl CSWkrb5lib
 REQUIRED_PKGS_CSWsaslsql = CSWsasl CSWlibpq CSWmysql4rt CSWsqlite
@@ -57,11 +42,12 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = cyrus-$(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-BUILD64 = 1
+# It is a long way to 64 bits...
+# BUILD64 = 1
 
 # Do not use LD_OPTIONS as it breaks tests by using the installed libraries
 # before the newly built ones.
-EXTRA_LDFLAGS = $(RUNPATH_LINKER_FLAGS)
+EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS)
 LD_OPTIONS =
 
 BUILD_ENV = _REENTRANT=1
@@ -70,20 +56,24 @@
 EXTRA_LIBS += /opt/csw/mysql4/lib
 EXTRA_LIBS += /opt/csw/postgresql/lib
 
+sysconfdir = /etc/opt/csw
+localstatedir = /var/opt/csw
+
 # SASL configuration
 CONFIGURE_ARGS = $(DIRPATHS) 
+CONFIGURE_ARGS += --enable-shared
 CONFIGURE_ARGS += --disable-static 
 CONFIGURE_ARGS += --enable-sql
 CONFIGURE_ARGS += --with-bdb-libdir=/opt/csw/bdb47/lib 
 CONFIGURE_ARGS += --with-bdb-incdir=/opt/csw/bdb47/include/ 
-CONFIGURE_ARGS += --with-saslauthd=/var/opt/csw/saslauthd 
+CONFIGURE_ARGS += --with-saslauthd=$(localstatedir)/saslauthd 
 CONFIGURE_ARGS += --with-ipctype=unix 
-CONFIGURE_ARGS += --with-ldap=/opt/csw 
-CONFIGURE_ARGS += --with-mysql=/opt/csw/mysql4/ 
-CONFIGURE_ARGS += --with-pgsql=/opt/csw/postgresql 
-CONFIGURE_ARGS += --with-openssl=/opt/csw 
-CONFIGURE_ARGS += --with-dbpath=/opt/csw/etc/sasldb2 
-CONFIGURE_ARGS += --with-plugindir=/opt/csw/lib/sasl2 
+CONFIGURE_ARGS += --with-ldap=$(prefix)
+CONFIGURE_ARGS += --with-mysql=$(prefix)/mysql4/ 
+CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql 
+CONFIGURE_ARGS += --with-openssl=$(prefix)
+CONFIGURE_ARGS += --with-dbpath=$(sysconfdir)/sasldb2
+CONFIGURE_ARGS += --with-plugindir=$(libdir)/sasl2 
 CONFIGURE_ARGS += --enable-login
 
 SED=/usr/bin/sed
@@ -94,9 +84,29 @@
 
 #INSTALL_OVERRIDE_DIRS = prefix exec_prefix bindir libdir includedir mandir
 
+PKGFILES_CSWsaslauthd = /etc/opt/csw/init.d/cswsaslauthd.init
+PKGFILES_CSWsaslauthd += $(bindir)/testsaslauthd
+PKGFILES_CSWsaslauthd += $(sbindir)/saslauthd
+PKGFILES_CSWsaslauthd += $(mandir)/.*/saslauthd\.8
+PKGFILES_CSWsaslauthd += $(docdir)/saslauthd/LDAP_SASLAUTHD
+PKGFILES_CSWsaslauthd += $(docdir)/saslauthd/README.saslauthd
+PKGFILES_CSWsaslauthd += /var/opt/csw/saslauthd
+PKGFILES_CSWsaslgssapi = $(libdir)/sasl2/libgssapiv2\..*
+PKGFILES_CSWsaslsql = $(libdir)/sasl2/libsql\..*
+
+MIGRATECONF = saslauthd.conf sasldb2
+PRESERVECONF = saslauthd.conf
+
+INITSMF = /etc/opt/csw/init.d/cswsaslauthd.init
+
+CSWsasl_usergroup = :sasl:::::: 
+
 include gar/category.mk
 
 post-install-modulated: testsaslauthd install-testsaslauthd install-doc
+	ginstall -d $(DESTDIR)/etc/opt/csw/init.d/
+	ginstall $(WORKDIR)/cswsaslauthd.init $(DESTDIR)/etc/opt/csw/init.d
+	@$(MAKECOOKIE)
 
 DOC_FILES = rfc1321.txt \
                 rfc1939.txt \
@@ -142,23 +152,21 @@
                 TODO \
                 ONEWS
 
-INSTDIR = $(DESTDIR)/opt/csw
-
-
 testsaslauthd:
 	cd $(WORKSRC)/saslauthd && make testsaslauthd
 
 install-testsaslauthd:
-	-mkdir -p $(INSTDIR)/bin
-	cp $(WORKSRC)/saslauthd/testsaslauthd $(INSTDIR)/bin
+	mkdir -p $(DESTDIR)$(bindir)
+	cp $(WORKSRC)/saslauthd/testsaslauthd $(DESTDIR)$(bindir)
+	mkdir -p $(DESTDIR)/var/opt/csw/saslauthd
 
 install-doc:
-	-mkdir -p $(INSTDIR)/share/doc/sasl
+	mkdir -p $(DESTDIR)$(docdir)/sasl
+	cp $(WORKDIR)/README.sasl $(DESTDIR)$(docdir)/sasl/README.CSW
 	list='$(DOC_FILES)'; for file in $$list; do \
-		cp $(WORKSRC)/doc/$$file $(INSTDIR)/share/doc/sasl; \
+		cp $(WORKSRC)/doc/$$file $(DESTDIR)$(docdir)/sasl; \
 	     done
-	cp files/README.sasl $(INSTDIR)/share/doc/sasl/README.CSW
-	-mkdir -p $(INSTDIR)/share/doc/saslauthd
-	cp $(WORKSRC)/saslauthd/LDAP_SASLAUTHD $(INSTDIR)/share/doc/saslauthd
-	cp files/README.saslauthd $(INSTDIR)/share/doc/saslauthd/README.CSW
+	mkdir -p $(DESTDIR)$(docdir)/saslauthd
+	cp $(WORKSRC)/saslauthd/LDAP_SASLAUTHD $(DESTDIR)$(docdir)/saslauthd
+	cp $(WORKDIR)/README.saslauthd $(DESTDIR)$(docdir)/saslauthd/README.CSW
 

Modified: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/checksums
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/checksums	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/checksums	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,6 +1,6 @@
-614bb55932ed32486c1fd57a0059059a  CSWsasl.postinstall
-2762eafea57ec2e5e28e5a5a95937fa7  CSWsasl.preinstall
-b2491dcfbb2be4a4a09f3003cffb1bc7  cswsaslauthd.init
+0ae8b5fe39e9b2ce940284fb85de9303  README.sasl
+95b3cae3de944bf6602ad83cb04f3f32  README.saslauthd
+62cc0bee2337e4937fcfa847f7bdf26a  cswsaslauthd.init
 2eb0e48106f0e9cd8001e654f267ecbc  cyrus-sasl-2.1.23.tar.gz
 48af784184961368ce250c7b33d207b8  ltmain.diff
 40b526754554c46d5b134f5ca21fe371  saslauthd-doc.diff

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.depend
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.depend	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.depend	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,5 +0,0 @@
-P SUNWcsr  - Core Solaris, (Root)
-P SUNWcsl  - Core Solaris, (Shared Libs)
-P SUNWlibms - Sun WorkShop Bundled shared libm
-P CSWossl - OpenSSL Secure Sockets Layer lib and utilities
-P CSWbdb4 - berkeleydb4, embedded database libraries and utilities 

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.gspec
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.gspec	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.gspec	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,5 +0,0 @@
-%var            bitname sasl
-%var            pkgname CSWsasl
-%copyright      url file://%{WORKSRC}/COPYING
-%depend         url file://%{GARDIR}/lib/sasl/files/CSWsasl.depend
-%include	url file://%{GARDIR}/pkglib/csw_standard.gspec

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.postinstall
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.postinstall	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.postinstall	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,6 +0,0 @@
-# Display message
-echo '***'
-echo '*** See README.CSW in /opt/csw/share/doc/sasl **'
-echo '***'
-
-exit 0

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.preinstall
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.preinstall	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsasl.preinstall	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-if [ "$PKG_INSTALL_ROOT" = "" ] ; then PKG_INSTALL_ROOT=/ ; fi
-
-# Next, verify that group sasl exists.
-# First check target machines group file, THEN check
-# NIS/NIS+/whatever
-
-${BASEDIR}/usr/bin/grep '^sasl:' ${BASEDIR}/etc/group >/dev/null
-if [ $? -ne 0 ] ; then
-        ${BASEDIR}/usr/bin/getent group sasl >/dev/null
-        if [ $? -ne 0 ] ; then
-                ADDGROUP=1
-        fi
-fi
-
-if [ "$ADDGROUP" = 1 ] ; then
-        chroot $PKG_INSTALL_ROOT /usr/sbin/groupadd sasl
-	echo "sasl group added"
-else
-        echo "sasl group detected"
-fi
-
-exit 0

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.depend
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.depend	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.depend	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,5 +0,0 @@
-P SUNWcsl - Core Solaris, (Shared Libs)
-P SUNWgss - GSSAPI V2
-P CSWossl - OpenSSL Secure Sockets Layer lib and utilities
-P CSWoldaprt - openldap, ldap clients,libraries and server
-P CSWkrb5lib - A Kerberos 5 implementation: libraries

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.gspec
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.gspec	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslauthd.gspec	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,5 +0,0 @@
-%var            bitname saslauthd
-%var            pkgname CSWsaslauthd
-%copyright      url file://%{WORKSRC}/COPYING
-%depend         url file://%{GARDIR}/lib/sasl/files/CSWsaslauthd.depend
-%include	url file://%{GARDIR}/pkglib/csw_standard.gspec

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.depend
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.depend	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.depend	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,5 +0,0 @@
-P SUNWcsr  - Core Solaris, (Root)
-P SUNWcsl  - Core Solaris, (Shared Libs)
-P SUNWlibms - Sun WorkShop Bundled shared libm
-P CSWsasl - sasl, Simple Authentication and Security Layer
-P CSWkrb5lib - MIT Kerberos 5 core libraries

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.gspec
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.gspec	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.gspec	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,5 +0,0 @@
-%var            bitname sasl_gssapi
-%var            pkgname CSWsaslgssapi
-%copyright      url file://%{WORKSRC}/COPYING
-%depend         url file://%{GARDIR}/lib/sasl/files/CSWsaslgssapi.depend
-%include	url file://%{GARDIR}/pkglib/csw_standard.gspec

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.prototype
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.prototype	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslgssapi.prototype	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,7 +0,0 @@
-i copyright=CSWsaslgssapi.copyright
-i depend=CSWsaslgssapi.depend
-i pkginfo=CSWsaslgssapi.pkginfo
-f none /opt/csw/lib/sasl2/libgssapiv2.la 0755 root bin
-f none /opt/csw/lib/sasl2/libgssapiv2.so.2.0.22 0755 root bin
-s none /opt/csw/lib/sasl2/libgssapiv2.so.2=libgssapiv2.so.2.0.22 root bin
-s none /opt/csw/lib/sasl2/libgssapiv2.so=libgssapiv2.so.2.0.22 root bin

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.depend
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.depend	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.depend	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,7 +0,0 @@
-P SUNWcsr  - Core Solaris, (Root)
-P SUNWcsl  - Core Solaris, (Shared Libs)
-P SUNWlibms - Sun WorkShop Bundled shared libm
-P CSWsasl - sasl, Simple Authentication and Security Layer
-P CSWlibpq - libraries needed by postgresql server and clients
-P CSWmysql4rt - run-time lib for mysql4
-P CSWsqlite -  An embeddable SQL engine in a C library

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.gspec
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.gspec	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.gspec	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,5 +0,0 @@
-%var            bitname sasl_sql
-%var            pkgname CSWsaslsql
-%copyright      url file://%{WORKSRC}/COPYING
-%depend         url file://%{GARDIR}/lib/sasl/files/CSWsaslsql.depend
-%include	url file://%{GARDIR}/pkglib/csw_standard.gspec

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.prototype
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.prototype	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/CSWsaslsql.prototype	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,7 +0,0 @@
-i copyright=CSWsaslsql.copyright
-i depend=CSWsaslsql.depend
-i pkginfo=CSWsaslsql.pkginfo
-f none /opt/csw/lib/sasl2/libsql.la 0755 root bin
-f none /opt/csw/lib/sasl2/libsql.so.2.0.22 0755 root bin
-s none /opt/csw/lib/sasl2/libsql.so.2=libsql.so.2.0.22 root bin
-s none /opt/csw/lib/sasl2/libsql.so=libsql.so.2.0.22 root bin

Modified: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswsaslauthd.init
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswsaslauthd.init	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswsaslauthd.init	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1,6 +1,18 @@
 #!/bin/sh
 # Startup script for saslauthd
 
+# s none /etc/rc2.d/S85cswsaslauthd=../init.d/cswsaslauthd
+# s none /etc/rc0.d/K15cswsaslauthd=../init.d/cswsaslauthd
+# s none /etc/rc1.d/K15cswsaslauthd=../init.d/cswsaslauthd
+# s none /etc/rc2.d/K15cswsaslauthd=../init.d/cswsaslauthd
+# s none /etc/rcS.d/K15cswsaslauthd=../init.d/cswsaslauthd
+
+# Magic setting for CSWcswclassutils
+#RC_KNUM 15
+#RC_SNUM 85
+#RC_KLEV 0,1,2,S
+#RC_SLEV 2
+
 INIT_FILE=/etc/opt/csw/saslauthd.init
 if [ -f "${INIT_FILE}" ]; then
   INIT_FILE=/opt/csw/etc/saslauthd.init

Deleted: csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswusergroup
===================================================================
--- csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswusergroup	2010-01-18 12:30:10 UTC (rev 8071)
+++ csw/mgar/pkg/sasl/branches/sasl-2.1.23-mGARv2/files/cswusergroup	2010-01-18 12:39:52 UTC (rev 8072)
@@ -1 +0,0 @@
-:sasl::::::


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list