~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/test_ldap.sh

  • Committer: Monty Taylor
  • Date: 2010-09-28 17:45:19 UTC
  • mfrom: (1799.1.6 build)
  • Revision ID: mordred@inaugust.com-20100928174519-y6ie2f3wa4t6o669
Rollup patch with several bugfixes.

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}'`