#! /bin/sh ### BEGIN INIT INFO # Provides: sendsigs # Required-Start: # Required-Stop: umountnfs # Default-Start: # Default-Stop: 0 6 # Short-Description: Kill all remaining processes. # Description: ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin # Kill all processes. echo "Sending all processes the TERM signal..." killall5 -15 sleep 5 echo "Sending all processes the KILL signal..." killall5 -9 : exit 0 title='openembedded-core.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/meta/packages/opensync/libopensync-plugin-syncml_0.22.bb
blob: 2a26eb1674be87fc250e68ba49bc04183a05ab19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13