File: config

package info (click to toggle)
snoopy 2.3.1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,024 kB
  • sloc: ansic: 2,916; sh: 460; makefile: 384
file content (15 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh -e

. /usr/share/debconf/confmodule

[ -n "$SNOOPYDEBUG" ] && set -x

PRELOAD="/etc/ld.so.preload"
LIBNAME="/lib/snoopy.so"

# is snoopy already in $PRELOADFILE?

test -f $PRELOAD && grep "^$LIBNAME" $PRELOAD && exit 0

db_input critical snoopy/install-ld-preload || true
db_go