File: smoke-cleanup

package info (click to toggle)
libcache-memcached-fast-perl 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: ansic: 8,001; perl: 671; makefile: 13; sh: 6
file content (4 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh

PIDFILE=${TDIR}/memcached.pid
[ ! -s $PIDFILE ] || /bin/kill `cat ${PIDFILE}`