mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Early spring clean: Remove trailing whitespaces, and correct licence headers
Bumping across one of our scripts with very long trailing whitespaces, I thought it might be a good idea to clean these up. Doing so, some missing or inconsistent licence headers were fixed. There is no need in shipping all these files en bloc, as their functionality won't change. Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -96,7 +96,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
#Create Placeholder files
|
||||
echo "Place scripts run minutely here ..." > /etc/fcron.minutely/info.txt
|
||||
echo "Place scripts run cyclic here ..." > /etc/fcron.cyclic/info.txt
|
||||
echo "Place scripts run cyclic here ..." > /etc/fcron.cyclic/info.txt
|
||||
echo "Place scripts run hourly here ..." > /etc/fcron.hourly/info.txt
|
||||
echo "Place scripts run daily here ..." > /etc/fcron.daily/info.txt
|
||||
echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt
|
||||
|
||||
Reference in New Issue
Block a user