summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sample.confd2
-rw-r--r--sample.initd2
-rw-r--r--sample.post-install2
-rw-r--r--sample.pre-install2
4 files changed, 4 insertions, 4 deletions
diff --git a/sample.confd b/sample.confd
index 486252b..872ab1f 100644
--- a/sample.confd
+++ b/sample.confd
@@ -1,5 +1,5 @@
# Sample conf.d file for alpine linux
-
+#
#
# Specify daemon options here.
#
diff --git a/sample.initd b/sample.initd
index a034601..42367a1 100644
--- a/sample.initd
+++ b/sample.initd
@@ -1,5 +1,5 @@
#!/sbin/runscript
-
+#
# Sample init.d file for alpine linux.
name=
diff --git a/sample.post-install b/sample.post-install
index 0586fcd..9fe544b 100644
--- a/sample.post-install
+++ b/sample.post-install
@@ -1,4 +1,4 @@
#!/bin/sh
-
+#
# add something which happends after install
diff --git a/sample.pre-install b/sample.pre-install
index 46079e0..589bcf4 100644
--- a/sample.pre-install
+++ b/sample.pre-install
@@ -1,4 +1,4 @@
#!/bin/sh
-
+#
# add something which happends before install