Darn I didn't notice. There will be three messages, you need all of them.

Patrick Sodre

----- cut here ---- openafs-1.2.8-1.info
Package: openafs
Version: 1.2.8
Revision: 1
License: OSI-Approved
Homepage: http://www.openafs.org/
Maintainer: Patrick Sodre <[EMAIL PROTECTED]>
Source: http://www.openafs.org/dl/%n/%v/%n-%v-src.tar.bz2
SourceDirectory: %n-%v
Source-MD5: 652f20deb923c225cdb824de1d201019
Patch: %f.patch
BuildDepends: flex, autoconf25, automake
ConfigureParams: --sysconfdir=%p/etc --libexecdir=%p/lib --localstatedir=%p/var/lib --mandir=%p/share/man --infodir=%p/share/info
CompileScript: afslogsdir=%p/var/log/openafs; ./configure %c
InstallScript: <<
make install DESTDIR=%d
chown -R root.wheel %i/lib/%N/afs.kext

mkdir -p %i/var/cache/%N
chmod 700 %i/var/cache/%N
mkdir -p %i/etc/%N
cp fink/CellServDB %i/etc/%N
cp fink/client.conf %i/etc/%N
cp fink/client.parser %i/lib/%N

mkdir -p %i/etc/%N/server
chmod 700 %i/etc/%N/server
cp fink/CellServDB %i/etc/%n/server
mkdir -p %i/var/log/%N
mkdir -p %i/var/lib/%N/cores

<<
DocFiles: NEWS README README.OBSOLETE README.SECURITY src/LICENSE
Description: The AFS distributed client/server filesystem
DescDetail: <<
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
<<
Depends: openafs-client

#
# OpenAFS Client
#
SplitOff: <<
Package: %N-client
Depends: daemonic
Files: bin/cmdebug bin/fs bin/klog bin/kpwvalid bin/pagsh bin/pts bin/sys bin/tokens bin/udebug bin/unlog bin/translate_et sbin/afsd sbin/backup sbin/butc sbin/fms sbin/vos:bin/vos lib/openafs/afs.kext etc/openafs/CellServDB etc/openafs/client.conf lib/openafs/client.parser
ConfFiles: %p/etc/%N/CellServDB %p/etc/%N/client.conf
DocFiles: NEWS README README.OBSOLETE README.SECURITY src/LICENSE
Description: The AFS distributed filesystem- client support
DescDetail: <<
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.

This package contains the basic client support to mount and
manipulate AFS
<<
DescUsage: <<
1- Modify %p/etc/%N/client.conf to your please
2- Issue sudo daemonic enable openafs-client
2- Issue /Library/StateupItems/daemonic-$n/daemonic-$n start
_OR_ reboot
<<
DaemonicName: openafs-client
DaemonicFile: <<
<service>
<descripton>OpenAFS Client</descripton>
<message>OpenAFS Client</message>
<daemon name="true">
<executable>%p/sbin/afsd</executable>
<prerun>
. %p/etc/%N/client.conf;
. %p/lib/%N/client.parser;
if [ "x$AFS_THISCELL" = "x" ]; then
echo "OpenAFS Client failed, no cell set";
exit 1;
fi
if [ ! -f %p/etc/%N/ThisCell ]; then
echo $AFS_THISCELL > %p/etc/%N/ThisCell;
fi
if [ ! -d /Network/afs ]; then
mkdir -p /Network/afs;
fi
if [ ! -L /afs ]; then
ln -s /Network/afs /afs
fi
echo "/Network/afs:%p/var/cache/%N:$AFS_CACHESIZE" > %p/etc/%N/cacheinfo
kextload %p/lib/%N/afs.kext
</prerun>
<configfile>%p/etc/%N/client.conf</configfile>
<parameters>$OPTIONS</parameters>
</daemon>
</service>
<<
PostInstScript: <<
if [ "x$1" = "xinstall" ]; then
daemonic enable %n;
fi
<<
PreRmScript: <<
if [ "x$1" = "xremove" ]; then
daemonic disable %n;
fi
<<
<<

#
# OpenAFS fileserver
#
SplitOff2: <<
Package: %N-fileserver
Suggests: %N-client
Files: lib/%N/fileserver lib/%N/volserver lib/%N/salvager sbin/bosserver etc/%N/server var/log/%N var/lib/%N/cores
DocFiles: NEWS README README.OBSOLETE README.SECURITY src/LICENSE
Description: The AFS distributed filesystem- file server
DescDetail: <<
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides the AFS fileserver binaries. It should be
installed on any machine that will export files into AFS.
<<
<<

#
# OpenAFS dbserver
#
SplitOff3: <<
Package: %N-dbserver
Suggests: %N-fileserver, %N-client
Files: sbin/pt_util lib/%N/buserver lib/%N/ptserver lib/%N/upserver lib/%N/vlserver
DocFiles: NEWS README README.OBSOLETE README.SECURITY src/LICENSE
Description: The AFS distributed filesystem- database server
DescDetail: <<
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides AFS database server binaries. It should be
installed on the servers that will act as volume location and
protection servers.
<<
<<

#
# OpenAFS devel
#
SplitOff4: <<
Package: %N-dev
Files: include lib/*.a lib/afs
DocFiles: NEWS README README.OBSOLETE README.SECURITY src/LICENSE
Description: The AFS distributed filesystem- static libraries
DescDetail: <<
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides static development libraries and headers
needed to compile AFS applications.
<<
<<

#
# OpenAFS kpasswd
#
SplitOff5: <<
Package: %N-kpasswd
Depends: %N-client (= %v)
Files: bin/kpasswd sbin/kas
DocFiles: src/LICENSE
Description: The AFS distributed filesystem- old password changing
DescDetail: <<
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides kpasswd and kas, utilities needed by the
Transarc kaserver to create users and change passwords. Only install
this package if you are already using kaserver; generally you should
not install this package for new cells or for cells using Kerberos5.
<<
<<



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to