[Lunar-commits] CVS: moonbase/filesys/autofs BUILD, NONE,
	1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
    Auke Kok 
    sofar at lunar-linux.org
       
    Wed Feb  4 15:56:38 GMT 2004
    
    
  
Update of /var/cvs/lunar/moonbase/filesys/autofs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30256/autofs
Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Adding fully working automount daemon module, which installs the userspace automounter. Works perfectly, in production here in a NIS/nfs environment.
--- NEW FILE: BUILD ---
(
  default_config                                &&
  make                                          &&
  prepare_install                               &&
  make -C daemon install                        &&
  make -C lib install                           &&
  make -C modules install                       &&
  make -C man install                           &&
  mkdir -p $DOCUMENT_DIRECTORY/$MODULE          &&
  cp -a samples $DOCUMENT_DIRECTORY/$MODULE     &&
  if [ ! -f /etc/auto.master ] ; then
    install -m 644 samples/auto.* /etc/
  fi
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
optional_depends "openldap" "--with-openldap" "--without-openldap" \
                 "for openldap support"
--- NEW FILE: DETAILS ---
          MODULE=autofs
         VERSION=4.1.0
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=ftp://ftp.kernel.org/pub/linux/daemons/$MODULE/v4/$MODULE/$SOURCE
        WEB_SITE=ftp://ftp.kernel.org/pub/linux/daemons/$MODULE
         ENTERED=20040202
         UPDATED=20040202
           SHORT="Kernel userspace automounter."
cat << EOF
Kernel userspace automounter. You'll need kernel support for the v4 automounter
and setup ypbind, nis, ldap etc if you want to use that... check the exmaples.
EOF
    
    
More information about the Lunar-commits
mailing list