minor corrections

This commit is contained in:
tux 2023-05-20 18:40:33 +02:00
parent 96ca2cb636
commit f77cf12c79
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ if [ "$MAKECHECK" = TRUE ]; then
fi fi
make install && make install &&
cd .. && cd .. &&
rm -rf "LFS_XZ" && rm -rf "$LFS_XZ" &&
CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T") CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T")
echo "$CURRENT_DATE_TIME" >> build.log echo "$CURRENT_DATE_TIME" >> build.log

View File

@ -138,7 +138,7 @@ Accept=yes
WantedBy=sockets.target WantedBy=sockets.target
EOF EOF
cat > /lib/systemd/system/telnetd@.service << "EOF" cat > /lib/systemd/system/telnetd@.service << "EOF"
[Unit] [Unit]
Description=Telnet Per-Connection Server Description=Telnet Per-Connection Server
[Service] [Service]