milis/talimatname/genel/a/autofs/talimat

26 lines
823 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Otomatik bağlama arthizmetleri operasyonları için autofs kontrolleri.
# URL: http://www.kernel.org/pub/linux/daemons/autofs
# Paketçi: milisarge
# Gerekler: libtirpc nfs-utils libxml2 kerberos openldap cyrus-sasl
# Grup: sistem
isim=autofs
surum=5.1.1
devir=1
kaynak=(http://www.kernel.org/pub/linux/daemons/autofs/v5/$isim-$surum.tar.xzauto.master)
derle() {
cd $isim-$surum
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
./configure --prefix=/ \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
mv $PKG/etc/auto.master $PKG/etc/auto.master.bak
cp -v $SRC/auto.master $PKG/etc/auto.master
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-autofs
}