OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
796 B

  1. diff -up dhcprelay-1.2/dhcprelay.c.typo dhcprelay-1.2/dhcprelay.c
  2. --- dhcprelay-1.2/dhcprelay.c.typo 2011-01-11 13:43:40.516241697 +0100
  3. +++ dhcprelay-1.2/dhcprelay.c 2011-01-11 13:45:19.733117871 +0100
  4. @@ -88,7 +88,7 @@ int main(int argc,char **argv) {
  5. }
  6. if ((p=fork())!=0) {
  7. FILE *f;
  8. - openlog("dchprelay",LOG_NDELAY|LOG_PID,LOG_DAEMON);
  9. + openlog("dhcprelay",LOG_NDELAY|LOG_PID,LOG_DAEMON);
  10. syslog(LOG_NOTICE,"dhcprelay started as process %d",p);
  11. if ((f=fopen("/var/run/dhcprelay.pid","w"))!=NULL) {
  12. fprintf(f,"%d\n",p);
  13. @@ -110,7 +110,7 @@ int main(int argc,char **argv) {
  14. bootpc_port=servent->s_port;
  15. }
  16. - openlog("dchprelay",LOG_NDELAY|LOG_PID,LOG_DAEMON);
  17. + openlog("dhcprelay",LOG_NDELAY|LOG_PID,LOG_DAEMON);
  18. if (argc==1) {
  19. printf(