Changeset 228


Ignore:
Timestamp:
Jun 22, 2018, 4:38:33 PM (6 years ago)
Author:
g7moreau
Message:
  • Add link dhcp-dns-tools in package
Location:
trunk/ddt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r227 r228  
    2121use strict;
    2222#use warnings;
    23 use version; our $VERSION = version->declare('0.9.4');
     23use version; our $VERSION = version->declare('0.9.5');
    2424
    2525use Getopt::Long qw(GetOptions);
     
    30393039ddt - management of computer names and IP addresses
    30403040
     3041
    30413042=head1 USAGE
    30423043
     
    30793080 ddt version
    30803081
     3082
     3083=head1 DESCRIPTION
     3084
     3085DDT is an acronym for DHCP-DNS-Tools.
     3086The previous command name was not C<ddt> but just C<dhcp-dns-tools>...
     3087In practise, DDT is an IP Address Management (IPAM) service.
     3088It has been used in the LEGI laboratory for over 10 years.
     3089
     3090The tool is quite effective and tries to keep things simple
     3091but easily configurable for your site like a swiss army knife.
     3092Everything is saved in a YAML database
     3093and entries could be added, deleted, or modified by the command line.
     3094
     3095
    30813096=head1 COMMANDS
    30823097
  • trunk/ddt/ddt.bash_completion

    r225 r228  
    4444   fi
    4545
    46    } && complete -F _dhcp_dns_tools ddt
     46   } && complete -F _ddt ddt
     47
     48have dhcp-dns-tools && complete -F _ddt dhcp-dns-tools
  • trunk/ddt/make-package-debian

    r226 r228  
    2525cp config.sample.yml    ${tmp_folder}/usr/share/ddt/
    2626cp ddt.bash_completion  ${tmp_folder}/etc/bash_completion.d/
     27(cd ${tmp_folder}/usr/bin;            ln -s ddt      dhcp-dns-tools)
     28(cd ${tmp_folder}/usr/share/man/man1; ln -s ddt.1.gz dhcp-dns-tools.1.gz)
    2729
    2830# Data archive
     
    4244Installed-Size: $(du -ks ${tmp_folder}|cut -f 1)
    4345Maintainer: Gabriel Moreau <Gabriel.Moreau@univ-grenoble-alpes.fr>
    44 Description: ddt - management of computer names and IP addresses
    45  ddt (dhcp-dns-tools) is a small tool to maintain a set of computers/IP.
    46  In order to help you in this task, ddt command has a set of action
    47  to generated DHCP and DNS configuration files.
     46Description: dhcp-dns-tools management of computer names and IP addresses
     47DDT is an acronym for DHCP-DNS-Tools.
     48In practise, DDT is an IP Address Management (IPAM) service.
     49It has been used in the LEGI laboratory for over 10 years.
     50ddt (dhcp-dns-tools) is a small tool to maintain a set of computers/IP.
     51In order to help you in this task, ddt command has a set of action
     52to generated DHCP and DNS configuration files.
     53
     54The tool is quite effective and tries to keep things simple
     55but easily configurable for your site like a swiss army knife.
     56Everything is saved in a YAML database
     57and entries could be added, deleted, or modified by the command line.
    4858Homepage: http://servforge.legi.grenoble-inp.fr/projects/soft-trokata/wiki/SoftWare/DDT
    4959END
Note: See TracChangeset for help on using the changeset viewer.