summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-10 20:27:06 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-10 20:27:06 +0200
commitf473802d5ebe9192c635c477d053523b2baaa3a3 (patch)
tree93715c463006a28fddcd2dd55fb49abae9169e71 /ebin
parenta59474f202b8115a8bff58101b1b9847551764ce (diff)
Change ctls -> catlfish.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/catlfish.app10
-rw-r--r--ebin/ctls.app9
2 files changed, 10 insertions, 9 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
new file mode 100644
index 0000000..33d7050
--- /dev/null
+++ b/ebin/catlfish.app
@@ -0,0 +1,10 @@
+%% Application resource file for catlfish (in -*- erlang -*- mode).
+%% Point out the proper configuration file (-config catlfish) when
+%% starting beam.
+{application, catlfish,
+ [{description, "catlfish -- Certificate Transparency Log Server"},
+ {vsn, "0.0.1"},
+ {modules, [v1]},
+ {applications, [kernel, stdlib, plop, inets]}]}.
+%% {registered, [catlfish]}]}.
+%% {mod, {catlfish, ["test/eckey.pem", "test/eckey-public.pem"]}}]}.
diff --git a/ebin/ctls.app b/ebin/ctls.app
deleted file mode 100644
index eeaaf11..0000000
--- a/ebin/ctls.app
+++ /dev/null
@@ -1,9 +0,0 @@
-%% Application resource file for ctls (in -*- erlang -*- mode).
-%% Point out the proper configuration file (-config ctls) when starting beam.
-{application, ctls,
- [{description, "ctls -- Certificate Transparency Log Server"},
- {vsn, "0.0.1"},
- {modules, [v1]},
- {applications, [kernel, stdlib, plop, inets]}]}.
-%% {registered, [ctls]}]}.
-%% {mod, {ctls, ["test/eckey.pem", "test/eckey-public.pem"]}}]}.