~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 07:43:29 UTC
  • mto: (1799.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1800.
  • Revision ID: mordred@inaugust.com-20100928074329-c1acm9nvt3sagivg
Attributed Eric and Ed's work

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