[blfs-systemd-units] branch plabs/no-enable updated: Remove samba unit installation in Makefile
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <178333242894.407128.128583820180620151@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch plabs/no-enable
in repository blfs-systemd-units.
The following commit(s) were added to refs/heads/plabs/no-enable by this push:
new 5e1952e Remove samba unit installation in Makefile
5e1952e is described below
commit 5e1952ed15f5fb019b25435c72e9b154c21bea71
Author: Pierre Labastie <[email protected]>
AuthorDate: Mon Jul 6 12:04:47 2026 +0200
Remove samba unit installation in Makefile
The book now use the shipped units. Note that this is a WIP. We
still should:
- remove all associated units, config and tmpfile
- update ChangeLog
---
Makefile | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/Makefile b/Makefile
index 101ab36..66313a6 100644
--- a/Makefile
+++ b/Makefile
@@ -103,16 +103,6 @@ install-rsyncd: create-dirs
install -m ${CONFMODE} blfs/units/rsyncdat.service ${UNITSDIR}/[email protected]
install -m ${CONFMODE} blfs/units/rsyncd.socket ${UNITSDIR}/
-install-samba: create-dirs
- install -m ${CONFMODE} blfs/default/samba ${DEFAULTSDIR}/
- install -m ${CONFMODE} blfs/tmpfiles/samba.conf ${TMPFILESDIR}/
- install -m ${CONFMODE} blfs/units/nmbd.service ${UNITSDIR}/
- install -m ${CONFMODE} blfs/units/samba.service ${UNITSDIR}/
- install -m ${CONFMODE} blfs/units/smbd.service ${UNITSDIR}/
- install -m ${CONFMODE} blfs/units/smbdat.service ${UNITSDIR}/[email protected]
- install -m ${CONFMODE} blfs/units/smbd.socket ${UNITSDIR}/
- systemd-tmpfiles --create samba.conf
-
install-saslauthd: create-dirs
install -m ${CONFMODE} blfs/default/saslauthd ${DEFAULTSDIR}/
install -m ${CONFMODE} blfs/tmpfiles/saslauthd.conf ${TMPFILESDIR}/
@@ -142,9 +132,6 @@ install-svnserve: create-dirs
install-unbound: create-dirs
install -m ${CONFMODE} blfs/units/unbound.service ${UNITSDIR}/
-install-winbindd: install-samba
- install -m ${CONFMODE} blfs/units/winbindd.service ${UNITSDIR}/
-
uninstall-acpid:
test -n "${DESTDIR}" || systemctl stop acpid.service
test -n "${DESTDIR}" || systemctl disable acpid.socket
@@ -252,16 +239,6 @@ uninstall-rsyncd:
rm -f ${UNITSDIR}/rsyncd.service ${UNITSDIR}/[email protected]
rm -f ${UNITSDIR}/rsyncd.socket
-uninstall-samba: uninstall-winbindd
- test -n "${DESTDIR}" || systemctl stop smbd.socket
- test -n "${DESTDIR}" || systemctl stop smbd.service
- test -n "${DESTDIR}" || systemctl stop nmbd.service
- test -n "${DESTDIR}" || systemctl disable smbd.socket
- test -n "${DESTDIR}" || systemctl disable smbd.service
- test -n "${DESTDIR}" || systemctl disable nmbd.service
- rm -f ${DEFAULTSDIR}/samba ${TMPFILESDIR}/samba.conf ${UNITSDIR}/nmbd.service
- rm -f ${UNITSDIR}/smbd.service ${UNITSDIR}/[email protected] ${UNITSDIR}/smbd.socket
-
uninstall-saslauthd:
test -n "${DESTDIR}" || systemctl stop saslauthd.service
test -n "${DESTDIR}" || systemctl disable saslauthd.service
@@ -294,11 +271,6 @@ uninstall-unbound:
test -n "${DESTDIR}" || systemctl disable unbound.service
rm -f ${UNITSDIR}/unbound.service
-uninstall-winbindd:
- test -n "${DESTDIR}" || systemctl stop winbindd.service
- test -n "${DESTDIR}" || systemctl disable winbindd.service
- rm -f ${UNITSDIR}/winbindd.service
-
.PHONY: all create-dirs create-service-dir \
install-acpid \
install-exim \
@@ -319,14 +291,12 @@ uninstall-winbindd:
install-postgresql \
install-proftpd \
install-rsyncd \
- install-samba \
install-saslauthd \
install-slapd \
install-sshd \
install-svnserve \
install-sysmond \
install-unbound \
- install-winbindd \
uninstall-acpid \
uninstall-exim \
uninstall-git-daemon \
@@ -346,11 +316,9 @@ uninstall-winbindd:
uninstall-postgresql \
uninstall-proftpd \
uninstall-rsyncd \
- uninstall-samba \
uninstall-saslauthd \
uninstall-slapd \
uninstall-sshd \
uninstall-svnserve \
uninstall-sysmond \
uninstall-unbound \
- uninstall-winbindd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page