Magellan Linux

Diff of /trunk/initscripts/Makefile.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2214 by niro, Tue Oct 15 08:53:10 2013 UTC revision 2215 by niro, Tue Oct 15 09:46:02 2013 UTC
# Line 19  general: Line 19  general:
19   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/conf.d   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/conf.d
20   for file in conf.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/conf.d/; done   for file in conf.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/conf.d/; done
21    
22     install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/env.d
23     for file in env.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/env.d/; done
24    
25   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/modprobe.d   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/modprobe.d
26   for file in modprobe.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/modprobe.d/; done   for file in modprobe.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/modprobe.d/; done
27    

Legend:
Removed from v.2214  
changed lines
  Added in v.2215