]> git.pld-linux.org Git - packages/ntop.git/blob - ntop-am.patch
Release 9 (by relup.sh)
[packages/ntop.git] / ntop-am.patch
1 diff -urNp -x '*.orig' ntop-5.0.1.org/Makefile.am ntop-5.0.1/Makefile.am
2 --- ntop-5.0.1.org/Makefile.am  2012-08-02 09:39:52.000000000 +0200
3 +++ ntop-5.0.1/Makefile.am      2021-10-05 21:40:19.232484258 +0200
4 @@ -105,7 +105,7 @@ DOCSFILES      = `cat docs/FILES`
5  #
6  # The Games
7  #
8 -bin_PROGRAMS   = ntop
9 +sbin_PROGRAMS   = ntop
10  EXTRA_PROGRAMS = ntops
11  bin_SCRIPTS    =
12  
13 diff -urNp -x '*.orig' ntop-5.0.1.org/configure.in ntop-5.0.1/configure.in
14 --- ntop-5.0.1.org/configure.in 2012-08-13 09:35:26.000000000 +0200
15 +++ ntop-5.0.1/configure.in     2021-10-05 21:40:19.232484258 +0200
16 @@ -61,7 +61,7 @@ AM_CONFIG_HEADER(config.h)
17  HAS_ERROR=
18  HAS_WARNING=
19  
20 -NTOP_VERSION_EXTRA=""
21 +NTOP_VERSION_EXTRA=" PLD Linux RPM"
22  
23  echo
24  echo "Welcome to $PACKAGE_NAME, Version $PACKAGE_VERSION $NTOP_VERSION_EXTRA"
This page took 0.034982 seconds and 3 git commands to generate.