[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

s390-netdevice: my_debconf_input



Hi,

I discovered the following function in s390-netdevice/netdevice.c:

| static int my_debconf_input (const char *priority, const char *template, char **p)
| {
|         int ret;
| 
|         debconf_fset(client, template, "seen", "false");
|         debconf_input(client, priority, template);
|         ret = debconf_go(client);
|         debconf_get(client, template);
|         *p = client->value;
|         return ret;
| }

This seems to prevent preseeding of s390 netdevice settings.  Is the
debconf_fset of the seen variable useful here or can it just be dropped?

Kind regards
Philipp Kern

Attachment: signature.asc
Description: Digital signature


Reply to: