mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Added mksmbpasswd.sh to binary package
(This used to be commit 94f31b95f708a4362fdcc697610d6edc9b72a5fc)
This commit is contained in:
parent
4ff2a51c15
commit
a1e1641b84
@ -1,6 +1,6 @@
|
||||
--- Makefile.Linux
|
||||
+++ Makefile.Linux 1998/04/27 07:49:10
|
||||
@@ -0,0 +1,34 @@
|
||||
+++ Makefile.Linux 1998/05/06 15:58:42
|
||||
@@ -0,0 +1,35 @@
|
||||
+#
|
||||
+#
|
||||
+# Makefile.Linux to integrate package into source tree of S.u.S.E.-Linux
|
||||
@ -29,6 +29,7 @@
|
||||
+ chmod 755 `find $(doc) -type d`
|
||||
+ install -m 644 smb.conf /etc/smb.conf
|
||||
+ install rc /sbin/init.d/smb
|
||||
+ install -m 755 source/mksmbpasswd.sh /usr/bin/mksmbpasswd.sh
|
||||
+ ln -sf ../smb /sbin/init.d/rc2.d/S20smb
|
||||
+ ln -sf ../smb /sbin/init.d/rc2.d/K20smb
|
||||
+ ln -sf ../smb /sbin/init.d/rc3.d/S20smb
|
||||
@ -36,7 +37,7 @@
|
||||
+ mkdir -p /var/adm/fillup-templates
|
||||
+ cp rc.config.samba /var/adm/fillup-templates
|
||||
--- doinst.sh
|
||||
+++ doinst.sh 1998/04/27 07:49:10
|
||||
+++ doinst.sh 1998/05/06 15:54:52
|
||||
@@ -0,0 +1,15 @@
|
||||
+#
|
||||
+# install/doinst.sh - to be done after extraction
|
||||
@ -54,7 +55,7 @@
|
||||
+fi
|
||||
+
|
||||
--- rc
|
||||
+++ rc 1998/04/27 07:49:10
|
||||
+++ rc 1998/05/06 15:54:52
|
||||
@@ -0,0 +1,32 @@
|
||||
+#! /bin/sh
|
||||
+# Copyright (c) 1996 StarDivision GmbH. All rights reserved.
|
||||
@ -89,7 +90,7 @@
|
||||
+
|
||||
+exit 0
|
||||
--- rc.config.samba
|
||||
+++ rc.config.samba 1998/04/27 07:49:10
|
||||
+++ rc.config.samba 1998/05/06 15:54:52
|
||||
@@ -0,0 +1,5 @@
|
||||
+#
|
||||
+# start samba? ("yes" or "no")
|
||||
@ -97,7 +98,7 @@
|
||||
+#
|
||||
+START_SMB="no"
|
||||
--- smb.conf
|
||||
+++ smb.conf 1998/04/27 07:49:10
|
||||
+++ smb.conf 1998/05/06 15:54:52
|
||||
@@ -0,0 +1,48 @@
|
||||
+[global]
|
||||
+ workgroup = arbeitsgruppe
|
||||
@ -148,7 +149,7 @@
|
||||
+ create mode = 0700
|
||||
+ directory = /tmp
|
||||
--- source/Makefile
|
||||
+++ source/Makefile 1998/04/27 07:49:10
|
||||
+++ source/Makefile 1998/05/06 15:54:52
|
||||
@@ -5,11 +5,11 @@
|
||||
###########################################################################
|
||||
|
||||
@ -216,7 +217,7 @@
|
||||
|
||||
# Use this for Linux without shadow passwords or for any Linux
|
||||
--- source/includes.h
|
||||
+++ source/includes.h 1998/04/27 07:49:10
|
||||
+++ source/includes.h 1998/05/06 15:54:52
|
||||
@@ -244,13 +244,6 @@
|
||||
#define USE_SETFS
|
||||
#endif
|
||||
|
@ -60,6 +60,7 @@ fi
|
||||
/sbin/init.d/rc3.d/S20smb
|
||||
%config /sbin/init.d/smb
|
||||
/usr/bin/addtosmbpass
|
||||
/usr/bin/mksmbpasswd.sh
|
||||
/usr/bin/make_printerdef
|
||||
/usr/bin/make_smbcodepage
|
||||
/usr/bin/nmblookup
|
||||
|
Loading…
x
Reference in New Issue
Block a user