catalinux / ip2clue (public) (License: GPLv3) (since 2016-03-01) (hash sha1)
High-performance IPv4 and IPv6 daemon to retrieve IPv4/6 country information.
List of commits:
Subject Hash Author Date (UTC)
Some paths need to be created. 27932b9737b77f0ea9fedd8eb3d8326f04e6aa73 Catalin(ux) M. BOIE 2010-07-05 14:38:24
Improved paths and macros. b6119ea638711c26e8499528faf8024163e24f2f Catalin(ux) M. BOIE 2010-07-05 14:37:59
Corrected wrong path to config file. bcdc293ccb699c20ce3639f16c2812374b3dff88 Catalin(ux) M. BOIE 2010-07-05 14:37:21
Tests if the file exists before getting mtime. 43044a8d442884e20ba866f0f92bf655bc02b131 Catalin(ux) M. BOIE 2010-07-05 14:36:51
Initial version (0.0.90). 5807f4955d446127a7b873f5f3918f408ab93fff Catalin(ux) M. BOIE 2010-07-01 15:39:22
Commit 27932b9737b77f0ea9fedd8eb3d8326f04e6aa73 - Some paths need to be created.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2010-07-05 14:38
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2010-07-05 14:38
Parent(s): b6119ea638711c26e8499528faf8024163e24f2f
Signing key:
Tree: 5ea4c4a79119cd735542217fee9f66140e081aa4
File Lines added Lines deleted
Makefile.in 6 2
File Makefile.in changed (mode: 100644) (index f778de0..29c7317)
... ... clean:
33 33 rm -f $(OBJS) ip2clued ip2clue rm -f $(OBJS) ip2clued ip2clue
34 34
35 35 install: all install: all
36 mkdir -p "${I_VAR}/cache/ip2clue"
36 37 mkdir -p "${I_ETC}/${PRJ}" mkdir -p "${I_ETC}/${PRJ}"
37 cp -vd etc/* "${I_ETC}/${PRJ}/"
38 cp -vd etc/*.conf "${I_ETC}/${PRJ}/"
39 mkdir -p "${I_ETC}/rc.d/init.d/"
40 cp etc/ip2clued "${I_ETC}/rc.d/init.d/"
38 41 mkdir -p "${I_USR_BIN}" mkdir -p "${I_USR_BIN}"
39 42 cp -vd ip2clue "${I_USR_BIN}" cp -vd ip2clue "${I_USR_BIN}"
40 43 mkdir -p "${I_USR_SBIN}" mkdir -p "${I_USR_SBIN}"
41 44 cp -vd ip2clued "${I_USR_SBIN}" cp -vd ip2clued "${I_USR_SBIN}"
42 cp -vd crons/* "/etc/cron.monthly/"
45 mkdir -p "${I_ETC}/cron.monthly/"
46 cp -vd crons/* "${I_ETC}/cron.monthly/"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/ip2clue

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/ip2clue

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/ip2clue

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main