]> git.pld-linux.org Git - packages/devfsd.git/commitdiff
- added modules.devfs to %%{_sysconfdir}
authormichuz <michuz@pld-linux.org>
Thu, 4 Jan 2001 09:24:49 +0000 (09:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devfsd.spec -> 1.15

devfsd.spec

index 0860a1dfa78d4fc754e36d170ecf680922ac8977..a7203b990329b89108d51fca4f349ca908893788 100644 (file)
@@ -30,6 +30,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}}
 
 install devfsd         $RPM_BUILD_ROOT%{_sbindir}
 install devfsd.8       $RPM_BUILD_ROOT%{_mandir}/man8
+install modules.devfs  $RPM_BUILD_ROOT%{_sysconfdir}/modules.devfs
 install %{SOURCE1}     $RPM_BUILD_ROOT%{_sysconfdir}/devfsd.conf
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
@@ -40,5 +41,6 @@ rm -rf $RPM_BUILD_ROOT
 %files 
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/devfsd.conf
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/modules.devfs
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man8/*.gz
This page took 0.061474 seconds and 4 git commands to generate.