Browse Source

Rename www.sh to saturnin_www.sh

To maintain safety of colision and reflect purpose ('ffoo/saturnin_www.sh'
vs. 'libexec/saturnin-www.sh'), adding prefix 'saturnin_'.
Alois Mahdal 9 years ago
parent
commit
565e96a2f6
3 changed files with 3 additions and 2 deletions
  1. 0
    0
      ffoo/saturnin_www.sh
  2. 2
    1
      libexec/saturnin-www
  3. 1
    1
      setup/mk.sh

ffoo/www.sh → ffoo/saturnin_www.sh View File


+ 2
- 1
libexec/saturnin-www View File

@@ -4,7 +4,8 @@
4 4
 
5 5
 ffoo import config
6 6
 ffoo import core
7
-ffoo import www
7
+
8
+ffoo import saturnin_www
8 9
 
9 10
 clipln() {
10 11
     #

+ 1
- 1
setup/mk.sh View File

@@ -42,7 +42,7 @@ die() {
42 42
 }
43 43
 
44 44
 list_of_shrs() {
45
-    echo ffoo/www.sh
45
+    echo ffoo/saturnin_www.sh
46 46
 }
47 47
 
48 48
 build1() {