~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/test_ldap.sh

  • Committer: lbieber
  • Date: 2010-09-28 15:50:07 UTC
  • mfrom: (1799.2.4 fix-copyright-headers)
  • mto: This revision was merged to the branch mainline in revision 1800.
  • Revision ID: lbieber@orisndriz08-20100928155007-xshqq181z9nuap33
Merge Monty - Fixes a few licensing issues found while doing copyright audit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
 
2
# Copyright (C) 2010 Eric Day
2
3
 
3
4
# Kill any leftover processes from before
4
5
pids=`ps -ef|grep drizzled|grep 12345|awk '{print $2}'`