File: config

package info (click to toggle)
cpuburn 1.4-23
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 160 kB
  • ctags: 49
  • sloc: asm: 567; makefile: 44; sh: 7
file content (12 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

# Source debconf library.
. /usr/share/debconf/confmodule
db_version 2.0

if [ "$1" = configure ] || [ "$1" = reconfigure ] ; then
	db_input critical cpuburn/dangerous || true
	db_go
fi

exit 0