File: vdr-shutdown-wrapper.c

package info (click to toggle)
vdr 2.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,440 kB
  • sloc: ansic: 62,202; perl: 967; makefile: 717; sh: 637; python: 86
file content (6 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#include <unistd.h>

int main (int argc, char *argv[]) {
   setuid(0);
   return execv("/usr/lib/vdr/vdr-shutdown", argv);
}