From bb184e13b4806c56e095a1a33c4fc3ea281bdd29 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 20 Apr 2021 10:27:12 -0500 Subject: Adjust for systemd specific builds. --- chapter9/bashprofile.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 chapter9/bashprofile.sh (limited to 'chapter9/bashprofile.sh') diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh deleted file mode 100644 index 7ae73c2..0000000 --- a/chapter9/bashprofile.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -cat > /etc/profile << "EOF" -# Begin /etc/profile - -export LANG=en_US -export LC_TIME=POSIX - -# End /etc/profile -EOF -- cgit v1.2.3-54-g00ecf