~ubuntu-branches/ubuntu/quantal/netams/quantal

« back to all changes in this revision

Viewing changes to src/versions_build.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2010-07-24 16:37:01 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100724163701-rni105xlqseqe26h
Tags: 3.4.5-2
* debian/Rules.make: Add -lcrypto to fix FTBFS with binutils-gold.
* debian/netams.postinst: Fix some sed magic in netams.conf
  processing.
* debian/control: Standards version updated.
* Vietnamese translation added. Closes: #576026. Thanks to Clytie
  Siddall.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
const unsigned int aaa_fw_build_version=3475;
 
1
const unsigned int aaa_fw_build_version=3490;
2
2
const unsigned int aaa_fw_build_version_local=0;
3
 
const char aaa_fw_build_time[]="Sat 01 Aug 2009 13:19:05 +0400";
4
 
const char aaa_fw_build_person[]="root@debian";
5
 
const char path_to_config[]="/etc/netams.conf";
 
3
const char aaa_fw_build_time[]="Sun 17 Jan 2010 18:03:09 +0300";
 
4
const char aaa_fw_build_person[]="root@fbsd8.fnm.msu.ru";
 
5
const char path_to_config[]="/usr/local/etc/netams.conf";
6
6
const char path_to_log[]="/var/log/netams.log";