~ubuntu-branches/debian/stretch/lvm2/stretch

« back to all changes in this revision

Viewing changes to test/shell/dmeventd-restart.sh

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (30.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140819153706-0p2sc6a53ef7xnvl
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# along with this program; if not, write to the Free Software Foundation,
10
10
# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
11
11
 
12
 
. lib/test
 
12
. lib/inittest
13
13
 
14
14
aux prepare_dmeventd
15
15
 
30
30
grep 'already monitored' lvchange.out
31
31
 
32
32
# now try what happens if no dmeventd is running
33
 
kill -9 $(cat LOCAL_DMEVENTD)
 
33
kill -9 $(< LOCAL_DMEVENTD)
34
34
rm LOCAL_DMEVENTD
35
35
 
36
36
dmeventd -R -f &