]> git.ipfire.org Git - ipfire-2.x.git/blob - src/misc-progs/pakfire.c
mympd: remove create config start
[ipfire-2.x.git] / src / misc-progs / pakfire.c
1 /* This file is part of the IPFire Firewall.
2 *
3 * This program is distributed under the terms of the GNU General Public
4 * Licence. See the file COPYING for details.
5 *
6 */
7
8 #include "setuid.h"
9
10 int main(int argc, char** argv) {
11 if (!initsetuid())
12 exit(1);
13
14 return run("/opt/pakfire/pakfire", argv + 1);
15 }