Fix plist. A symlink to a directory should be removed by @unexec rm.
Found by: bento
This commit is contained in:
parent
9a60e81fb3
commit
a1b258baea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36834
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
%%RUBY_EXAMPLESDIR%%/ldap/search.rb
|
||||
%%RUBY_EXAMPLESDIR%%/ldap/search2.rb
|
||||
%%RUBY_EXAMPLESDIR%%/ldap/search3.rb
|
||||
%%RUBY_EXAMPLESDIR%%/ldap/test
|
||||
%%RUBY_EXAMPLESDIR%%/ldap/test.sh
|
||||
@unexec rm -f %D/%%RUBY_EXAMPLESDIR%%/ldap/test 2>/dev/null || true
|
||||
@unexec rm -f %D/%%RUBY_EXAMPLESDIR%%/ldap/test.log 2>/dev/null || true
|
||||
%%RUBY_EXAMPLESDIR%%/ldap/test.sh
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap2/test-db
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap2/schema
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/ldap/openldap2
|
||||
|
|
Loading…
Reference in a new issue