diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2024-10-23 10:04:58 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2024-10-23 10:04:58 +0200 |
| commit | 31cd2a3450eafbe0d22af41449276a90ea3dcb28 (patch) | |
| tree | dea69f12b776a3aad0c0d86649d1307deae91f88 | |
| parent | 0235e95c72181c640c9f19b1c134cc171fb435f9 (diff) | |
| download | statusdaemon-31cd2a3450eafbe0d22af41449276a90ea3dcb28.tar.gz | |
| -rw-r--r-- | cmd/statusdaemon/clock.ha (renamed from cmd/statrep/clock.ha) | 0 | ||||
| -rw-r--r-- | cmd/statusdaemon/generic.ha (renamed from cmd/statrep/generic.ha) | 0 | ||||
| -rw-r--r-- | cmd/statusdaemon/main.ha (renamed from cmd/statrep/main.ha) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/cmd/statrep/clock.ha b/cmd/statusdaemon/clock.ha index db31975..db31975 100644 --- a/cmd/statrep/clock.ha +++ b/cmd/statusdaemon/clock.ha diff --git a/cmd/statrep/generic.ha b/cmd/statusdaemon/generic.ha index fb61ab0..fb61ab0 100644 --- a/cmd/statrep/generic.ha +++ b/cmd/statusdaemon/generic.ha diff --git a/cmd/statrep/main.ha b/cmd/statusdaemon/main.ha index bbe2864..1356d32 100644 --- a/cmd/statrep/main.ha +++ b/cmd/statusdaemon/main.ha @@ -53,7 +53,7 @@ export fn main() void = { ); defer getopt::finish(&cmd); - let socketpath = path::string(&path::init(dirs::runtime()!, "statrepsocket")!); + let socketpath = path::string(&path::init(dirs::runtime()!, "statusdsocket")!); log::println(socketpath); for (let opt .. cmd.opts) { switch (opt.0) { |
