Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 Oct 2005 14:26:49 -0400 (EDT)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87003: upgrade databases/slony1 to latest
Message-ID:  <20051006182649.954D5B820@yertle.kcilink.com>
Resent-Message-ID: <200510061830.j96IUNan010391@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87003
>Category:       ports
>Synopsis:       upgrade databases/slony1 to latest
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 06 18:30:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 5.4-STABLE FreeBSD 5.4-STABLE #7: Tue May 31 11:38:22 EDT 2005 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/YERTLE amd64


	
>Description:
	

update ports/databases/slony1 to latest release

unfortunately, this relase doesn't include pre-generated documentation so
it is not installed.

>How-To-Repeat:
	
>Fix:

	

diff -Pru slony1.old/Makefile slony1/Makefile
--- slony1.old/Makefile	Tue Aug  9 10:55:25 2005
+++ slony1/Makefile	Thu Oct  6 14:24:28 2005
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	slony1
-PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTVERSION=	1.1.1
+PORTREVISION=	0
 CATEGORIES=	databases
 MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
 
@@ -56,12 +56,12 @@
 post-install:
 .if ! defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-	${MKDIR} ${DOCSDIR}/adminguide
+#	${MKDIR} ${DOCSDIR}/adminguide
 	${MKDIR} ${DOCSDIR}/howto
 	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR}
+#	${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/
-	${INSTALL_DATA} ${WRKSRC}/doc/adminguide/prebuilt/*.html ${DOCSDIR}/adminguide/
+#	${INSTALL_DATA} ${WRKSRC}/doc/adminguide/prebuilt/*.html ${DOCSDIR}/adminguide/
 .endif
 	@${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${PREFIX}/sbin/slon-mkservice
 	@${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${PREFIX}/etc/
diff -Pru slony1.old/distinfo slony1/distinfo
--- slony1.old/distinfo	Fri Jun 24 09:47:04 2005
+++ slony1/distinfo	Thu Oct  6 09:31:56 2005
@@ -1,2 +1,2 @@
-MD5 (slony1-1.1.0.tar.bz2) = a2d738840dc2ce5fc3f7fa27c5a434dc
-SIZE (slony1-1.1.0.tar.bz2) = 1183776
+MD5 (slony1-1.1.1.tar.bz2) = 3696818673f2e5405d1cef4a51c132b4
+SIZE (slony1-1.1.1.tar.bz2) = 687566
Only in slony1.old/files: patch-tools-altperl-Makefile
diff -Pru slony1.old/files/slon-mkservice.sh.in slony1/files/slon-mkservice.sh.in
--- slony1.old/files/slon-mkservice.sh.in	Fri Jun 24 07:22:43 2005
+++ slony1/files/slon-mkservice.sh.in	Thu Oct  6 09:34:46 2005
@@ -23,7 +23,7 @@
 #!/bin/sh
 exec 2>&1
 
-exec envdir ./env sh -c 'exec envuidgid ${sysuser} slon -f \${CONFIGFILE}'
+exec envdir ./env sh -c 'exec setuidgid ${sysuser} slon -f \${CONFIGFILE}'
 EOF
 chmod +x ${DIR}/run
 
diff -Pru slony1.old/pkg-plist slony1/pkg-plist
--- slony1.old/pkg-plist	Tue Aug  9 10:55:25 2005
+++ slony1/pkg-plist	Thu Oct  6 09:59:35 2005
@@ -40,8 +40,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING
 %%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1
-%%PORTDOCS%%%%DOCSDIR%%/Slony-I-concept.pdf
-%%PORTDOCS%%%%DOCSDIR%%/Slony-I-implementation.pdf
 %%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt
 %%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt
 %%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt
@@ -50,200 +48,5 @@
 %%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html
 %%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt
 %%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/LEGALNOTICE.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/addthings.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/admconninfo.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/altperl.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/bestpractices.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/bookindex.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/cluster.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/clustername.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/cmds.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/commandreference.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/concepts.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/ddlchanges.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/definingsets.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/dropthings.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/failover.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/faq.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-missing-table-field-text-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableforreplication-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertablerestore-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupevent.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanuplistener.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-int-integer-text-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-integer-text-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.denyaccess.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindserial-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindunique-text-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameserial-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameunique-text-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-int-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-int-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-int-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-int-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-int-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-int-integer-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-integer-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-int-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-int-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode2-integer-integer-integer-bigint-bigint.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failoverset-int-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.forwardconfirm-integer-integer-bigint-timestamp-without-time-zone.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.generate-sync-event-interval.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getlocalnodeid-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getmoduleversion.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getsessionrole-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.initializelocalnode-integer-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockedset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockset-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logtrigger.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-int-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-int-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentries.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentriesone-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencelastvalue-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencesetvalue-integer-integer-bigint-bigint.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-int-integer-integer-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-integer-integer-text-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-int-integer-integer-text-name-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-integer-integer-text-name-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-int-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-int-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-int-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-int-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setsessionrole-name-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-brute-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-input-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversion.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionmajor.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionminor.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionpatchlevel.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-int-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-integer-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-int-integer-text-boolean.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-integer-text-boolean.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-int-integer-integer-text-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-integer-integer-text-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-int-integer-integer-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-integer-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-int-integer-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-integer-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-int-integer-integer-integer-boolean.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-integer-integer-integer-boolean.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tableaddkey-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tabledropkey-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tablehasserialkey-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-name.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.uninstallnode.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unlockset-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-int-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updaterelname-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updatereloid-integer-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.upgradeschema-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/hdrcmds.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/help.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/index.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/installation.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/listenpaths.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/locking.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/logshipping.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/maintenance.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/metacmds.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/monitoring.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/noslonik.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/plainpaths.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/reshape.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/runtime-config.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/schema.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-connection.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-interval.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonik.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikref.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikshell.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonstart.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyadmin.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyintro.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonylistenercosts.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcreateset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtddlscript.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdefine.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroplisten.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropnode.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroppath.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroptrigger.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtecho.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtexit.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtfailover.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinclude.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinitcluster.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtlockset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmergeset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmoveset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrestartnode.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddsequence.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddtable.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdropsequence.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdroptable.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovesequence.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovetable.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorelisten.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorenode.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorepath.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstoretrigger.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsubscribeset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmttableaddkey.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtuninstallnode.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunlockset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunsubscribeset.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-event.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-listen.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-1.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-2.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-node.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-path.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-seqlog.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-sequence.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-set.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-setsync.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-subscribe.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-table.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-trigger.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/usingslonik.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/versionupgrade.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/view.sl-seqlastvalue.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/adminguide
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051006182649.954D5B820>