Prevent Debian package upgrades from prompting.
authorBen Pfaff <blp@nicira.com>
Mon, 5 Jan 2009 18:52:57 +0000 (10:52 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 5 Jan 2009 18:52:57 +0000 (10:52 -0800)
commitbabafd41040722d8a64bd0d344591852734bbe51
treeeb5854a3ff3882b8e76e9c40e7cb6620241180f6
parent5d69c233557908e25f25acaa8d21da10de1a2868
Prevent Debian package upgrades from prompting.

Before, we were using dpkg "conffiles" for our configuration.  This means
that if the admin has customized the configuration (as is necessary to
make the switch work) and the default configuration included in the package
changed, then dpkg would prompt the user interactively about what to do.

Now, we take responsibility for creating, upgrading, and removing the
configuration file ourselves, and do not prompt.
debian/ofp-switch-setup
debian/openflow-switch.dirs
debian/openflow-switch.postinst [new file with mode: 0755]
debian/openflow-switch.postrm [new file with mode: 0755]
debian/openflow-switch.template [moved from debian/openflow-switch.default with 100% similarity]
debian/rules