Advertisement
Guest User

Greyhole-Samba-3.6.patch

a guest
Sep 3rd, 2011
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.21 KB | None | 0 0
  1. --- a/Makefile  2011-09-02 18:04:57.940490759 +0100
  2. +++ b/Makefile  2011-09-02 18:08:11.953803089 +0100
  3. @@ -250,7 +250,7 @@
  4.  
  5.  SCRIPTS = $(srcdir)/script/smbtar $(builddir)/script/findsmb
  6.  
  7. -VFS_MODULES =  bin/recycle.so bin/audit.so bin/extd_audit.so bin/full_audit.so bin/netatalk.so bin/fake_perms.so bin/defaul$
  8. +VFS_MODULES =  bin/recycle.so bin/audit.so bin/greyhole.so bin/extd_audit.so bin/full_audit.so bin/netatalk.so bin/fake_per$
  9.  PERFCOUNT_MODULES =
  10.  PDB_MODULES =
  11.  IDMAP_MODULES =  bin/autorid.so
  12. @@ -796,6 +796,7 @@
  13.  VFS_DEFAULT_OBJ = modules/vfs_default.o
  14.  VFS_AUDIT_OBJ = modules/vfs_audit.o
  15.  VFS_EXTD_AUDIT_OBJ = modules/vfs_extd_audit.o
  16. +VFS_GREYHOLE_OBJ = modules/vfs_greyhole.o
  17.  VFS_FULL_AUDIT_OBJ = modules/vfs_full_audit.o
  18.  VFS_FAKE_PERMS_OBJ = modules/vfs_fake_perms.o
  19.  VFS_RECYCLE_OBJ = modules/vfs_recycle.o
  20. @@ -2889,6 +2890,10 @@
  21.         @echo "Building plugin $@"
  22.         @$(SHLD_MODULE) $(VFS_AUDIT_OBJ)
  23.  
  24. +bin/greyhole.so: $(BINARY_PREREQS) $(VFS_GREYHOLE_OBJ)
  25. +       @echo "Building plugin $@"
  26. +       @$(SHLD_MODULE) $(VFS_GREYHOLE_OBJ)
  27. +
  28.  bin/extd_audit.so: $(BINARY_PREREQS) $(VFS_EXTD_AUDIT_OBJ)
  29.         @echo "Building plugin $@"
  30.         @$(SHLD_MODULE) $(VFS_EXTD_AUDIT_OBJ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement