Projects
Eulaceura:Factory
numad
_service:obs_scm:Do-not-create-an-rc.d-entry-or...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:Do-not-create-an-rc.d-entry-or-re-start-the-service.patch of Package numad
From c8804765e6137cf4bb209d19efb6af7fb4592cf2 Mon Sep 17 00:00:00 2001 From: Guo Ce <guoce@kylinos.cn> Date: Thu, 17 Oct 2024 14:43:51 +0800 Subject: [PATCH] Do not create an rc.d entry or (re)start the service during the install phase --- Makefile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 2742e55..e2afc6d 100644 --- a/Makefile +++ b/Makefile @@ -45,18 +45,10 @@ RANLIB ?= ranlib # BB_FIXME MANPAGES := numa.3 numactl.8 numastat.8 migratepages.8 migspeed.8 install: numad - mkdir -p $(DESTDIR)/etc/default - mkdir -p $(DESTDIR)/etc/logrotate.d - mkdir -p $(DESTDIR)/etc/init.d - mkdir -p $(DESTDIR)${prefix}/bin - mkdir -p $(DESTDIR)${prefix}/share/man/man8 - install -m 0755 numad $(DESTDIR)${prefix}/bin - install -m 0644 numad.8 $(DESTDIR)${prefix}/share/man/man8 - install -m 0644 numad.conf $(DESTDIR)/etc/default/numad - install -m 0755 numad.init $(DESTDIR)/etc/init.d/numad - install -m 0644 numad.logrotate $(DESTDIR)/etc/logrotate.d/numad - update-rc.d numad defaults - service numad restart + mkdir -p ${prefix}/bin + mkdir -p ${prefix}/share/man/man8 + install -m 0755 numad ${prefix}/bin + install -m 0644 numad.8 ${prefix}/share/man/man8 clean: rm -f ${CLEANFILES} -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2