mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 11:22:34 +00:00
cleanup: rename bin/init.d to services
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
de79fdddbf
commit
6d820e34f2
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)
|
|||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
|
|
||||||
SUBDIRS = aplinfo PVE bin www
|
SUBDIRS = aplinfo PVE bin www services
|
||||||
|
|
||||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||||
GITVERSION:=$(shell git rev-parse HEAD)
|
GITVERSION:=$(shell git rev-parse HEAD)
|
||||||
|
@ -6,7 +6,7 @@ include /usr/share/pve-doc-generator/pve-doc-generator.mk
|
|||||||
|
|
||||||
export PERLLIB=..
|
export PERLLIB=..
|
||||||
|
|
||||||
SUBDIRS = init.d test
|
SUBDIRS = test
|
||||||
|
|
||||||
SERVICES = pvestatd pveproxy pvedaemon spiceproxy
|
SERVICES = pvestatd pveproxy pvedaemon spiceproxy
|
||||||
CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode
|
CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
include ../../defines.mk
|
include ../defines.mk
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user