Backup
This commit is contained in:
27
net/samba416.old/files/patch-lib_tdb_wscript
Normal file
27
net/samba416.old/files/patch-lib_tdb_wscript
Normal file
@ -0,0 +1,27 @@
|
||||
--- lib/tdb/wscript.orig 2019-07-02 22:39:54 UTC
|
||||
+++ lib/tdb/wscript
|
||||
@@ -145,20 +145,20 @@ def build(bld):
|
||||
'tdb',
|
||||
install=False)
|
||||
|
||||
- bld.SAMBA_BINARY('tdbrestore',
|
||||
+ bld.SAMBA_BINARY('samba-tdbrestore',
|
||||
'tools/tdbrestore.c',
|
||||
'tdb', manpages='man/tdbrestore.8')
|
||||
|
||||
- bld.SAMBA_BINARY('tdbdump',
|
||||
+ bld.SAMBA_BINARY('samba-tdbdump',
|
||||
'tools/tdbdump.c',
|
||||
'tdb', manpages='man/tdbdump.8')
|
||||
|
||||
- bld.SAMBA_BINARY('tdbbackup',
|
||||
+ bld.SAMBA_BINARY('samba-tdbbackup',
|
||||
'tools/tdbbackup.c',
|
||||
'tdb',
|
||||
manpages='man/tdbbackup.8')
|
||||
|
||||
- bld.SAMBA_BINARY('tdbtool',
|
||||
+ bld.SAMBA_BINARY('samba-tdbtool',
|
||||
'tools/tdbtool.c',
|
||||
'tdb', manpages='man/tdbtool.8')
|
||||
|
||||
Reference in New Issue
Block a user