Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > a6b9681fa2ba175e2923c6c0890e2f88 > files > 10

BackupPC-3.2.1-6.fc14.src.rpm

#include <unistd.h>
#ifndef REAL_PATH
#define REAL_PATH "/usr/share/BackupPC/sbin/BackupPC_Admin.pl"
#endif
int main(ac, av)
char **av;
{
    execv(REAL_PATH, av);
    return 0;
}