Changeset fbe675c0


Ignore:
Timestamp:
08/25/2014 09:06:07 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
b8cedd5
Parents:
b8c3180
Message:

Fix urandom minor.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14079 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind-systemd.xml

    rb8c3180 rfbe675c0  
    260260mkdir -pv dev etc/namedb/{slave,pz} usr/lib/engines var/run/named &amp;&amp;
    261261mknod /srv/named/dev/null c 1 3 &amp;&amp;
    262 mknod /srv/named/dev/urandom c 1 8 &amp;&amp;
     262mknod /srv/named/dev/urandom c 1 9 &amp;&amp;
    263263chmod -v 666 /srv/named/dev/{null,urandom} &amp;&amp;
    264264cp -Lv /etc/localtime etc &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.