summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2010-04-12 21:57:23 -0500
committerVictor Lowther <victor.lowther@gmail.com>2010-04-12 21:57:23 -0500
commita1d9fde306aee2d65f83c0225c65a31b5d417e10 (patch)
tree274e67878facb1170711b9a42605496497352458
parentc66c6f15f1ef15741842b4e573bcd9dfb28a7528 (diff)
Add comments to the service command.
-rw-r--r--src/service4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/service b/src/service
index 4714417..d5409f9 100644
--- a/src/service
+++ b/src/service
@@ -1,5 +1,9 @@
#!/bin/sh
+# Handle service invocation on distros that do not have a "service" command.
+# It handles LSB by default, and other distros that the maintainer is aware of.
+
+
REL="/etc/slackware-release /etc/slackware-version
/etc/arch-release"