diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:14 +0200 |
commit | ca8baa892f082d2da121e597770b5ef6db118f55 (patch) | |
tree | 07b3a64b1b6583c05187e8723410b627c8195391 /cgi | |
parent | 5b9c2c23df24e75a61cace8e26e36dbff2aae707 (diff) | |
download | vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.tar.gz vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.zip |
Renaming cgi files within the sources to consistently use the name live-build-cgi.
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/Makefile | 14 | ||||
-rwxr-xr-x | cgi/live-build-cgi (renamed from cgi/cgi) | 0 | ||||
-rwxr-xr-x | cgi/live-build-cgi.cron (renamed from cgi/cron) | 0 | ||||
-rw-r--r-- | cgi/live-build-cgi.crontab (renamed from cgi/crontab) | 0 | ||||
-rw-r--r-- | cgi/live-build-cgi.default (renamed from cgi/default) | 0 | ||||
-rw-r--r-- | cgi/live-build-cgi.logrotate (renamed from cgi/logrotate) | 0 |
6 files changed, 7 insertions, 7 deletions
diff --git a/cgi/Makefile b/cgi/Makefile index 27a010766..305144aff 100644 --- a/cgi/Makefile +++ b/cgi/Makefile @@ -1,10 +1,10 @@ # Makefile install: - install -D -m 0755 cgi $(DESTDIR)/usr/lib/cgi-bin/live-build - install -D -m 0755 cron $(DESTDIR)/etc/cron.d/live-build.cgi - install -D -m 0644 default $(DESTDIR)/etc/default/live-build.cgi - install -D -m 0644 logrotate $(DESTDIR)/etc/logrotate.d/live-build.cgi + install -D -m 0755 live-build-cgi $(DESTDIR)/usr/lib/cgi-bin/live-build + install -D -m 0755 live-build-cgi.cron $(DESTDIR)/etc/cron.d/live-build-cgi + install -D -m 0644 live-build-cgi.default $(DESTDIR)/etc/default/live-build-cgi + install -D -m 0644 live-build-cgi.logrotate $(DESTDIR)/etc/logrotate.d/live-build-cgi install -d -m 0755 $(DESTDIR)/var/log touch $(DESTDIR)/var/log/live @@ -12,8 +12,8 @@ install: uninstall: rm -f $(DESTDIR)/usr/lib/cgi-bin/live-build - rm -f $(DESTDIR)/etc/cron.d/live-build.cgi - rm -f $(DESTDIR)/etc/default/live-build.cgi - rm -f $(DESTDIR)/etc/logrotate.d/live-build.cgi + rm -f $(DESTDIR)/etc/cron.d/live-build-cgi + rm -f $(DESTDIR)/etc/default/live-build-cgi + rm -f $(DESTDIR)/etc/logrotate.d/live-build-cgi reinstall: uninstall install diff --git a/cgi/cgi b/cgi/live-build-cgi index e779928dd..e779928dd 100755 --- a/cgi/cgi +++ b/cgi/live-build-cgi diff --git a/cgi/cron b/cgi/live-build-cgi.cron index cacfad140..cacfad140 100755 --- a/cgi/cron +++ b/cgi/live-build-cgi.cron diff --git a/cgi/crontab b/cgi/live-build-cgi.crontab index 0cb78a330..0cb78a330 100644 --- a/cgi/crontab +++ b/cgi/live-build-cgi.crontab diff --git a/cgi/default b/cgi/live-build-cgi.default index 37a879b25..37a879b25 100644 --- a/cgi/default +++ b/cgi/live-build-cgi.default diff --git a/cgi/logrotate b/cgi/live-build-cgi.logrotate index 75d89a9eb..75d89a9eb 100644 --- a/cgi/logrotate +++ b/cgi/live-build-cgi.logrotate |