home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Linux / Ubuntu_64-bit / ubuntu-11.04-desktop-amd64.iso / casper / filesystem.squashfs / bin / debconf-get < prev    next >
Text File  |  2007-02-15  |  107b  |  6 lines

  1. #!/bin/sh -e
  2. export DEBIAN_FRONTEND=noninteractive
  3. . /usr/share/debconf/confmodule
  4. db_get "$1"
  5. echo "$RET"
  6.