Navigation Menu

Skip to content

Commit

Permalink
Rakefile.local: Fix default smbd path
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiyas committed Jul 10, 2012
1 parent df506ca commit 4b46fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.local.example
@@ -1,7 +1,7 @@
ENV['CFLAGS'] = '-I/usr/local/samba/include'
ENV['LDFLAGS'] = '-L/usr/local/samba/lib -Wl,-rpath,/usr/local/samba/lib'

ENV['TEST_SMBD'] = '/usr/local/samba/bin/smbd'
ENV['TEST_SMBD'] = '/usr/local/samba/sbin/smbd'
ENV['TEST_PDBEDIT'] = '/usr/local/samba/bin/pdbedit'
#ENV['TEST_SMBD_STRACE'] = 'strace'
#ENV['TEST_SMBD_STRACE_OPTIONS'] = '-ffttTxs9999'

0 comments on commit 4b46fab

Please sign in to comment.