Update of config files
authorJohn Terpstra <jht@samba.org>
Mon, 14 Jul 1997 15:51:31 +0000 (15:51 +0000)
committerJohn Terpstra <jht@samba.org>
Mon, 14 Jul 1997 15:51:31 +0000 (15:51 +0000)
(This used to be commit 72ec68d22c23a1c65919147e63f51f6e39e69bb8)

examples/redhat/samba.log
examples/redhat/samba.spec
examples/redhat/smb.conf

index 2837b45e89617c47ad595eed45b5b7348cb9637f..c5f2a5b45bc9079355b28aeb14a92c0e1f8ff077 100644 (file)
@@ -1,16 +1,10 @@
-/var/log/samba {
-    postrotate
-       /usr/bin/killall -HUP smbd
-    endrotate
-}
-
-/var/log/samba.nmb {
+/var/log/samba/log.nmb {
     postrotate
        /usr/bin/killall -HUP nmbd
     endrotate
 }
 
-/var/log/samba.smb {
+/var/log/samba/log.smb {
     postrotate
        /usr/bin/killall -HUP smbd
     endrotate
index cecedc91ebd01b022d8cc26bd6cc021da8a27ba6..73122db2340f4a43a3320d3510856729d114bb7f 100644 (file)
@@ -2,7 +2,7 @@ Summary: SMB client and server
 Name: samba
 %define        version 1.9.17
 Version: %{version}
-Release: 3
+Release: 4
 Copyright: GPL
 Group: Networking
 Source: ftp://samba.anu.edu.au/pub/samba/samba-%{version}.tar.gz
@@ -86,7 +86,7 @@ install -m644 docs/smbd.8 $RPM_BUILD_ROOT/usr/man/man8
 install -m644 docs/nmbd.8 $RPM_BUILD_ROOT/usr/man/man8
 install -m644 examples/simple/smb.conf $RPM_BUILD_ROOT/etc/smb.conf.sampl
 install -m644 examples/redhat/smb.conf $RPM_BUILD_ROOT/etc/smb.conf
-install -m644 examples/redhat/smbprint $RPM_BUILD_ROOT/usr/bin
+install -m755 examples/redhat/smbprint $RPM_BUILD_ROOT/usr/bin
 install -m755 examples/redhat/smb.init $RPM_BUILD_ROOT/etc/rc.d/init.d/smb
 install -m644 examples/redhat/samba.pamd $RPM_BUILD_ROOT/etc/pam.d/samba
 install -m644 examples/redhat/samba.log $RPM_BUILD_ROOT/etc/logrotate.d/samba
index 37c20353630d0ce6a44c93cfca23d17c6e742b89..0a2a66548a618d4d77a83487d7b436f1026ba4e8 100644 (file)
 ; Un-comment the following and create the netlogon directory for Domain Logons
 ; [netlogon]
 ;   comment = Samba Network Logon Service
-;   path = /usr/local/samba/lib/netlogon
+;   path = /home/netlogon
 ; Case sensitivity breaks logon script processing!!!
 ;   case sensitive = no
 ;   guest ok = yes
 ; Un-comment the following to provide a specific roving profile share
 ; the default is to use the user's home directory
 ;[Profiles]
-;    path = /usr/local/samba/profiles
+;    path = /home/profiles
 ;    browseable = no
 ;    printable = no
 ;    guest ok = yes
 ; access to the directory.
 ;[fredsdir]
 ;   comment = Fred's Service
-;   path = /usr/somewhere/private
+;   path = /home/somewhere/private
 ;   valid users = fred
 ;   public = no
 ;   writable = yes
 ; The %m gets replaced with the machine name that is connecting.
 ;[pchome]
 ;  comment = PC Directories
-;  path = /usr/pc/%m
+;  path = /home/pc/%m
 ;  public = no
 ;  writable = yes
 ;
 ; directory must be writable by the default user. Another user could of course
 ; be specified, in which case all files would be owned by that user instead.
 ;[public]
-;   path = /usr/somewhere/else/public
+;   path = /home/somewhere/else/public
 ;   public = yes
 ;   only guest = yes
 ;   writable = yes
 ; as many users as required.
 ;[myshare]
 ;   comment = Mary's and Fred's stuff
-;   path = /usr/somewhere/shared
+;   path = /home/somewhere/shared
 ;   valid users = mary fred
 ;   public = no
 ;   writable = yes