From bfaf42d22bbd72a286b519ea121dbf8e799b1fe5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Sep 2010 22:11:27 +0200 Subject: [PATCH] tmpfiles: rename tempfiles to tmpfiles since this isn't windows --- .gitignore | 2 +- Makefile.am | 10 +++++----- src/{tempfiles.c => tmpfiles.c} | 0 3 files changed, 6 insertions(+), 6 deletions(-) rename src/{tempfiles.c => tmpfiles.c} (100%) diff --git a/.gitignore b/.gitignore index 453635638..9ba0758a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -systemd-tempfiles +systemd-tmpfiles systemd-readahead-collect systemd-readahead-replay systemd-reply-password diff --git a/Makefile.am b/Makefile.am index 980cb8f17..44a2779f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,7 @@ rootlibexec_PROGRAMS = \ systemd-reply-password \ systemd-readahead-collect \ systemd-readahead-replay \ - systemd-tempfiles + systemd-tmpfiles noinst_PROGRAMS = \ test-engine \ @@ -627,13 +627,13 @@ systemd_modules_load_SOURCES = \ systemd_modules_load_CFLAGS = \ $(AM_CFLAGS) -systemd_tempfiles_LDADD = \ +systemd_tmpfiles_LDADD = \ libsystemd-basic.la -systemd_tempfiles_SOURCES = \ - src/tempfiles.c +systemd_tmpfiles_SOURCES = \ + src/tmpfiles.c -systemd_tempfiles_CFLAGS = \ +systemd_tmpfiles_CFLAGS = \ $(AM_CFLAGS) systemd_modules_load_LDADD = \ diff --git a/src/tempfiles.c b/src/tmpfiles.c similarity index 100% rename from src/tempfiles.c rename to src/tmpfiles.c -- 2.30.2