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