/* * dpkg-statoverride - override ownership and mode of files * * Copyright © 2000, 2001 Wichert Akkerman * Copyright © 2006-2010 Guillem Jover * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #if HAVE_LOCALE_H #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "main.h" #include "filesdb.h" const char thisname[] = "dpkg-statoverride"; const char printforhelp[] = N_("Use --help for help about querying packages."); static void DPKG_ATTR_NORET printversion(const struct cmdinfo *cip, const char *value) { printf(_("Debian %s version %s.\n"), thisname, DPKG_VERSION_ARCH); printf(_( "Copyright (C) 2000, 2001 Wichert Akkerman.\n" "Copyright (C) 2006-2009 Guillem Jover.\n")); printf(_( "This is free software; see the GNU General Public License version 2 or\n" "later for copying conditions. There is NO warranty.\n")); m_output(stdout, _("")); exit(0); } static void DPKG_ATTR_NORET usage(const struct cmdinfo *cip, const char *value) { printf(_( "Usage: %s [