mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
3db52feb1f
(This used to be commit 453a822a76780063dff23526c35408866d0c0154)
13 lines
390 B
Diff
13 lines
390 B
Diff
--- samba-2.0.1/source/Makefile.in.orig Tue Dec 1 22:32:20 1998
|
|
+++ samba-2.0.1/source/Makefile.in Wed Dec 2 17:11:33 1998
|
|
@@ -25,9 +25,9 @@
|
|
BINDIR = @bindir@
|
|
# we don't use sbindir because we want full compatibility with
|
|
# the previous releases of Samba
|
|
-SBINDIR = @bindir@
|
|
+SBINDIR = @sbindir@
|
|
LIBDIR = @libdir@
|
|
-VARDIR = @localstatedir@
|
|
+VARDIR = /var/log/samba
|
|
MANDIR = @mandir@
|