Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
diald
diald-1.0.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File diald-1.0.diff of Package diald
--- diald-1.0/Makefile.in +++ diald-1.0/Makefile.in @@ -51,21 +51,21 @@ $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -m 0755 bin/dctrl $(DESTDIR)$(bindir)/dctrl $(INSTALL) -d $(DESTDIR)$(sbindir) - $(INSTALL) -s -o root -g bin diald $(DESTDIR)$(sbindir)/diald + $(INSTALL) diald $(DESTDIR)$(sbindir)/diald $(INSTALL) -d $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 \ $(DESTDIR)$(mandir)/man8 - $(INSTALL) -o root -g bin -m 0644 doc/diald.man $(DESTDIR)$(mandir)/man8/diald.8 - $(INSTALL) -o root -g bin -m 0644 doc/dctrl.man $(DESTDIR)$(mandir)/man1/dctrl.1 - $(INSTALL) -o root -g bin -m 0644 doc/diald-examples.man $(DESTDIR)$(mandir)/man5/diald-examples.5 - $(INSTALL) -o root -g bin -m 0644 doc/diald-control.man $(DESTDIR)$(mandir)/man5/diald-control.5 - $(INSTALL) -o root -g bin -m 0644 doc/diald-monitor.man $(DESTDIR)$(mandir)/man5/diald-monitor.5 + $(INSTALL) -m 0644 doc/diald.man $(DESTDIR)$(mandir)/man8/diald.8 + $(INSTALL) -m 0644 doc/dctrl.man $(DESTDIR)$(mandir)/man1/dctrl.1 + $(INSTALL) -m 0644 doc/diald-examples.man $(DESTDIR)$(mandir)/man5/diald-examples.5 + $(INSTALL) -m 0644 doc/diald-control.man $(DESTDIR)$(mandir)/man5/diald-control.5 + $(INSTALL) -m 0644 doc/diald-monitor.man $(DESTDIR)$(mandir)/man5/diald-monitor.5 -mkdir -p $(DESTDIR)$(libdir) - $(INSTALL) -o root -g bin lib/*.gif $(DESTDIR)$(libdir) - $(INSTALL) -o root -g bin -m 0644 config/diald.defs $(DESTDIR)$(libdir)/diald.defs - $(INSTALL) -o root -g bin -m 0644 config/standard.filter $(DESTDIR)$(libdir)/standard.filter + $(INSTALL) lib/*.gif $(DESTDIR)$(libdir) + $(INSTALL) -m 0644 config/diald.defs $(DESTDIR)$(libdir)/diald.defs + $(INSTALL) -m 0644 config/standard.filter $(DESTDIR)$(libdir)/standard.filter $(INSTALL) -d -m 0755 $(DESTDIR)/etc/pam.d - $(INSTALL) -o root -g root -m 0644 config/diald.pam $(DESTDIR)/$(sysconfdir)/pam.d/diald - $(INSTALL) -o root -g bin bin/connect $(DESTDIR)$(libdir)/connect + $(INSTALL) -m 0644 config/diald.pam $(DESTDIR)/$(sysconfdir)/pam.d/diald + $(INSTALL) bin/connect $(DESTDIR)$(libdir)/connect clean: rm -f *.o diald --- diald-1.0/diald.c +++ diald-1.0/diald.c @@ -27,6 +27,7 @@ */ #include <config.h> +#include <time.h> #include <diald.h> #include <version.h> --- diald-1.0/firewall.c +++ diald-1.0/firewall.c @@ -8,6 +8,7 @@ */ #include <config.h> +#include <time.h> #include <diald.h> --- diald-1.0/timer.c +++ diald-1.0/timer.c @@ -12,7 +12,7 @@ #include <signal.h> #if HAVE_SYS_TIME_H -# include <sys/time.h> +# include <time.h> #endif #include <sys/times.h> #if HAVE_UNISTD_H
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor