home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / CONTRIB / SAMBA / SLACKWAR.DIF < prev   
Encoding:
Text File  |  1995-04-20  |  1.4 KB  |  45 lines

  1. --- Makefile.orig    Sat Oct 29 04:22:56 1994
  2. +++ Makefile    Sat Oct 29 04:24:39 1994
  3. @@ -8,13 +8,13 @@
  4.  MANDIR = /usr/local/man
  5.  
  6.  # The directory to put the executables in
  7. -INSTALLDIR = /usr/local/samba
  8. +INSTALLDIR = /usr/lib/samba
  9.  
  10.  # The permissions to give the executables
  11.  INSTALLPERMS = 0755
  12.  
  13.  # Add any optimisation or debugging flags here
  14. -FLAGS1 = -O
  15. +FLAGS1 = -O2
  16.  LIBS1 = 
  17.  
  18.  # If you have the gcc compiler then use it, otherwise any ansi-C compiler
  19. @@ -24,10 +24,10 @@
  20.  # set these to where to find various files
  21.  # These can be overridden by command line switches (see smbd(8))
  22.  # or in smb.conf (see smb.conf(5))
  23. -FLAGS2 = -DDEBUGFILE=\"/usr/local/samba/log\"
  24. -FLAGS3 = -DSERVICES=\"/usr/local/samba/smb.conf\"
  25. -FLAGS4 = -DLMHOSTS=\"/usr/local/samba/lmhosts\"
  26. -FLAGS5 = -DLOCKDIR=\"/usr/local/samba/locks\"
  27. +FLAGS2 = -DDEBUGFILE=\"/var/lib/samba/log\"
  28. +FLAGS3 = -DSERVICES=\"/var/lib/samba/smb.conf\"
  29. +FLAGS4 = -DLMHOSTS=\"/var/lib/samba/lmhosts\"
  30. +FLAGS5 = -DLOCKDIR=\"/var/lib/samba/locks\"
  31.  
  32.  # set this to the name of the default account, which is the one
  33.  # to use when no username or password is specified.  This can be overridden
  34. @@ -76,8 +76,8 @@
  35.  # LIBSM = -lshadow
  36.  
  37.  # Use this for Linux without shadow passwords
  38. -# FLAGSM = -DLINUX
  39. -# LIBSM = 
  40. +FLAGSM = -DLINUX
  41. +LIBSM = 
  42.  
  43.  # This is for SOLARIS (add -DSOLARIS2_2 if using 2.2)
  44.  # FLAGSM = -DSOLARIS -DSHADOW_PWD -DNETGROUP -DBSD_COMP
  45.