summaryrefslogtreecommitdiffstats
path: root/source/a/eudev/config/rc.d/rc.udev.new
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-08 01:33:19 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-08 07:00:15 +0200
commitd7e739bb58e86a0c43f54b7e2c2972dd5f62b3c3 (patch)
tree88bf131c609a7bbd6656498be96b854c43ae267f /source/a/eudev/config/rc.d/rc.udev.new
parent64fbcd92b6a53a19a394db7fe96fa16cb31c4928 (diff)
downloadcurrent-d7e739bb58e86a0c43f54b7e2c2972dd5f62b3c3.tar.gz
current-d7e739bb58e86a0c43f54b7e2c2972dd5f62b3c3.tar.xz
Thu Sep 8 01:33:19 UTC 202220220908013319
a/hdparm-9.65-x86_64-1.txz: Upgraded. n/samba-4.16.5-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.2.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.2.2/releasenotes/
Diffstat (limited to 'source/a/eudev/config/rc.d/rc.udev.new')
-rwxr-xr-xsource/a/eudev/config/rc.d/rc.udev.new4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/eudev/config/rc.d/rc.udev.new b/source/a/eudev/config/rc.d/rc.udev.new
index 1b4e3fe9f..1db93c726 100755
--- a/source/a/eudev/config/rc.d/rc.udev.new
+++ b/source/a/eudev/config/rc.d/rc.udev.new
@@ -95,10 +95,10 @@ case "$1" in
if ! /sbin/pidof udevd 1>/dev/null 2>/dev/null; then # start udevd
echo "Creating static nodes in /dev."
kmod static-nodes -f tmpfiles --output /run/static-nodes
- grep "^d\ " /run/static-nodes | while read line ; do
+ grep "^d " /run/static-nodes | while read line ; do
mkdir -p -m $(echo $line | cut -f 3 -d ' ') $(echo $line | cut -f 2 -d ' ')
done
- grep -v "^d\ " /run/static-nodes | while read line ; do
+ grep -v "^d " /run/static-nodes | while read line ; do
mknod -m $(echo $line | cut -f 3 -d ' ') \
$(echo $line | cut -f 2 -d ' ') \
$(echo $line | cut -b1 ) \