Author: jhuntwork
Date: 2005-05-14 15:27:15 -0600 (Sat, 14 May 2005)
New Revision: 166

Modified:
   trunk/Makefile
   trunk/packages/samba/Makefile
Log:
Full install of samba, and placed it before xfce to allow it to use the libs

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2005-05-14 16:16:39 UTC (rev 165)
+++ trunk/Makefile      2005-05-14 21:27:15 UTC (rev 166)
@@ -175,8 +175,8 @@
        ch-unzip ch-lynx ch-libxml2 ch-expat ch-subversion ch-lfs-bootscripts 
ch-docbook-xml ch-libxslt \
        ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng ch-freetype 
ch-fontconfig ch-Xorg ch-freefont \
        ch-fonts-dejavu ch-update-fontsdir ch-libjpeg ch-libtiff ch-links 
ch-openssh ch-pkgconfig ch-glib2 \
-       ch-libungif ch-imlib2 ch-pango ch-atk ch-gtk2 ch-cvs ch-libIDL 
ch-firefox ch-startup-notification \
-       ch-xfce ch-lua ch-ion ch-irssi ch-xchat ch-samba ch-tcpwrappers 
ch-portmap ch-nfs-utils ch-traceroute \
+       ch-libungif ch-imlib2 ch-pango ch-atk ch-gtk2 ch-cvs ch-samba ch-libIDL 
ch-firefox ch-startup-notification \
+       ch-xfce ch-lua ch-ion ch-irssi ch-xchat ch-tcpwrappers ch-portmap 
ch-nfs-utils ch-traceroute \
        ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2 ch-dhcpcd 
ch-popt ch-distcc ch-ppp ch-rp-pppoe ch-libaal \
        ch-reiser4progs ch-squashfs ch-cpio ch-db ch-postfix ch-mutt ch-slrn 
ch-raidtools ch-linux ch-klibc ch-unionfs \
        ch-initramfs ch-cdrtools ch-blfs-bootscripts ch-syslinux

Modified: trunk/packages/samba/Makefile
===================================================================
--- trunk/packages/samba/Makefile       2005-05-14 16:16:39 UTC (rev 165)
+++ trunk/packages/samba/Makefile       2005-05-14 21:27:15 UTC (rev 166)
@@ -24,10 +24,7 @@
         ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--with-piddir=/var/run --with-fhs \
         --with-smbmount && \
         make && \
-        mkdir /usr/lib/samba && mkdir /var/lib/samba && mkdir /etc/samba && \
-        cp codepages/{upcase,lowcase,valid}.dat /usr/lib/samba && \
-        touch /etc/samba/smb.conf && \
-        cp bin/{smbmnt,smbmount,smbumount,smbclient} /usr/bin && \
+        make install && \
         cd client && \
         gcc $(CFLAGS) -static mount.cifs.c -o mount.cifs && \
         cp mount.cifs /usr/bin ; fi

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to