Ignore:
Timestamp:
Sep 4, 2011, 5:08:26 PM (13 years ago)
Author:
achernya
Message:
Init script (systemd unit) for Scripts Whois service
Location:
branches/fc15-dev/server/common/oursrc/whoisd
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/common/oursrc/whoisd/Makefile.in

    r763 r1965  
    11install:
    22        install -Dpm 644 whoisd.tac ${DESTDIR}@libexecdir@/whoisd.tac
    3         install -Dpm 644 crontab ${DESTDIR}/etc/cron.d/whoisd
     3        install -Dpm 644 scripts-whoisd.service ${DESTDIR}/lib/systemd/system/scripts-whoisd.service
    44
    55clean:
    66        rm -f ${DESTDIR}@libexecdir@/whoisd.tac
    7         rm -f ${DESTDIR}/etc/cron.d/whoisd
     7        rm -f ${DESTDIR}/lib/systemd/system/scripts-whoisd.service
Note: See TracChangeset for help on using the changeset viewer.