summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-30 09:56:52 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2014-05-14 17:28:51 +0000
commitb770e8717dcd82e23201725809e38c8e5a3c2da2 (patch)
tree45bf1547164cce7c94fac22d0b1ea1d75fd84fbf
parent7493941bd47706dc771711e6347cbd5050eca64d (diff)
downloadabuild-b770e8717dcd82e23201725809e38c8e5a3c2da2.tar.bz2
abuild-b770e8717dcd82e23201725809e38c8e5a3c2da2.tar.xz
make the header a big comment
-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