Skip to content

Commit c0d620e

Browse files
committed
make: update the output messages
1 parent 66ef840 commit c0d620e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ install:
5353
sudo install -m 0644 -o root -g root fix-Logitech-HD-Pro-Webcam-C920.rules /etc/udev/rules.d/99-fix-Logitech-HD-Pro-Webcam-C920.rules
5454
sudo udevadm control --reload
5555

56-
$(SAY) "Enabling service"
56+
$(SAY) "Loading the systemd service"
5757
sudo systemctl daemon-reload
5858
sudo systemctl enable fix-Logitech-HD-Pro-Webcam-C920.service
5959

6060

6161
.PHONY: uninstall
6262
uninstall:
63-
$(SAY) "Disabling service"
63+
$(SAY) "Disabling the systemd service"
6464
sudo systemctl disable fix-Logitech-HD-Pro-Webcam-C920.service
6565
sudo systemctl daemon-reload
6666

0 commit comments

Comments
 (0)