From b770e8717dcd82e23201725809e38c8e5a3c2da2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 30 Oct 2013 09:56:52 +0000 Subject: make the header a big comment --- sample.confd | 2 +- sample.initd | 2 +- sample.post-install | 2 +- sample.pre-install | 2 +- 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 -- cgit v1.2.3