diff options
author | Volker Lendecke <vl@samba.org> | 2012-08-08 10:38:36 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-08-17 18:25:53 +0200 |
commit | 3755a418ccee85d633aaac5047c007893ce63c73 (patch) | |
tree | e2a97282ff25ddeb98c1351857270dd84e1556fe /source3/wscript | |
parent | 2c3a58db9e2149785486e6b6398615f2d226dc23 (diff) | |
download | samba-3755a418ccee85d633aaac5047c007893ce63c73.tar.gz samba-3755a418ccee85d633aaac5047c007893ce63c73.tar.bz2 samba-3755a418ccee85d633aaac5047c007893ce63c73.zip |
s3: Remove the gpfs_hsm_notify module
The functionality has been merged into vfs_gpfs
Signed-off-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 9b059fa1b3..c807ddcfc9 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1507,7 +1507,7 @@ main() { default_static_modules.extend(TO_LIST('charset_macosxfs')) if conf.CONFIG_SET('HAVE_GPFS'): - default_shared_modules.extend(TO_LIST('vfs_gpfs vfs_gpfs_hsm_notify')) + default_shared_modules.extend(TO_LIST('vfs_gpfs')) explicit_shared_modules = TO_LIST(Options.options.shared_modules, delimiter=',') explicit_static_modules = TO_LIST(Options.options.static_modules, delimiter=',') |