[Lunar-commits] CVS: moonbase/net/samba BUILD, 1.8, 1.9 POST_BUILD, 1.4, 1.5

Moritz Heiber moe at lunar-linux.org
Sun Apr 24 16:16:29 UTC 2005


Update of /var/cvs/lunar/moonbase/net/samba
In directory espresso.foo-projects.org:/tmp/cvs-serv27605

Modified Files:
	BUILD POST_BUILD 
Log Message:
Cosmetic fixes


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/samba/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD	24 Apr 2005 15:34:29 -0000	1.8
+++ BUILD	24 Apr 2005 16:16:26 -0000	1.9
@@ -1,5 +1,5 @@
 (
-  WITH_PAM=" " &&
+  unset WITH_PAM &&
   if module_installed Linux-PAM; then
     WITH_PAM="--with-pam --with-pam_smbpass"
   fi  &&
@@ -17,13 +17,13 @@
                $OPTS                   || exit 1
                
   cp Makefile Makefile.orig    &&
-  sedit "s/-msse2//g" Makefile
+  sedit "s/-msse2//g" Makefile  &&
 
-  mkdir -p /etc/samba        &&
-  mkdir -p /usr/share/samba  &&
-  mkdir -p /var/log/samba    &&
-  default_make               &&
-  # samba used to create this symlink and its still needed
+  mkdir -p /etc/samba /usr/share/samba /var/log/samba    &&
+
+  default_make  &&
+
+  # these symlinks are still needed
   ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so.0  &&
   ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so    &&
 

Index: POST_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/samba/POST_BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- POST_BUILD	24 Apr 2005 15:34:29 -0000	1.4
+++ POST_BUILD	24 Apr 2005 16:16:26 -0000	1.5
@@ -1,5 +1,4 @@
 #list bash commands here to perform after BUILD
 if [ ! -d /etc/samba/private ]; then
-   mkdir -p /etc/samba/private
-   chmod 700 /etc/samba/private
+   install -d -m700 /etc/samba/private
 fi



More information about the Lunar-commits mailing list