Package: dbconfig-common Version: 1.8.37 Severity: minor Tags: patch Hi,
the upgrade scripts in /usr/share/dbconfig-common/scripts/PACKAGE/upgrade/DBTYPE/VERSION are listed in _dbc_find_upgrades() with 'find -type f', which skips symlinks. This seems like an unnecessary restriction: in my case, the same script works for each DBTYPE, so symlinking them would be the natural thing to do. Please use eg. 'find -xtype f' instead. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

