milis/talimatname/genel/s/start-stop-daemon/talimat

17 lines
421 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: sistem servislerinin kontrol programı
# URL: http://man7.org/linux/man-pages/man8/start-stop-daemon.8.html
# Paketçi: milisarge
# Gerekler:
isim=start-stop-daemon
surum=1.0
devir=1
kaynak=(start-stop-daemon.c start-stop-daemon.8 ornek_servis makefile)
derle() {
make
install -d $PKG/{sbin,usr/share/man/man8}
install -m 755 $isim $PKG/sbin/
install -m 644 $isim.8 $PKG/usr/share/man/man8/
}