erlug
[Top] [All Lists]

Re: [Erlug] aggiornamento SSH

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] aggiornamento SSH
From: vic66@xxxxxxxxx
Date: Thu, 14 Mar 2002 17:18:56 +0100
On 14 Mar 2002 at 17:11, Maurizio Lemmo - Tannoiser wrote:

> * giovedì 14 marzo 2002, alle 17:01, vic66@xxxxxxxxx scrive:
> > Una risposta al fulmicotone?
>
> come e` configurato debconf?
>
non l'ho mai toccato cmq questo e' il mio
/var/lib/dpkg/info/debconf.config

#!/bin/sh -e
# This lets debconf configure itself.

# This is to handle upgrading from old versions of debconf. If the
# file doesn't exist yet, this package is being preconfiged, and
# we might as well just exit and wait until the postinst
# runs the config script.
if [ ! -e /usr/share/debconf/confmodule ]; then
        exit
fi

. /usr/share/debconf/confmodule

# Establish the preliminaries.
db_version 2.0
db_capb 'backup'

# Use a state machine to allow jumping back to previous questions.
STATE=1
while [ "$STATE" != stop ]; do
        case "$STATE" in
        1)
                # Ask about frontend and priority.



<Prev in Thread] Current Thread [Next in Thread>