~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to local/mib2c-conf.d/mfd-interactive-setup.m2c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#######################################################################
2
2
## generic include for XXX. Do not use directly.
3
3
##
4
 
## $Id: mfd-interactive-setup.m2c,v 1.17 2005/12/05 12:45:16 rstory Exp $
 
4
## $Id: mfd-interactive-setup.m2c 16380 2007-05-17 18:06:33Z rstory $
5
5
########################################################################
6
6
@if $m2c_mark_boundary == 1@
7
 
/** START code generated by $RCSfile: mfd-interactive-setup.m2c,v $ $Revision: 1.17 $ */
 
7
/** START code generated by $RCSfile$ $Revision: 16380 $ */
8
8
@end@
9
9
########################################################################
10
10
@eval $m2c_temp_writable = table_is_writable($context)@
191
191
 
192
192
@        prompt $ans Select your choice : @
193
193
@        if $ans == 2@
194
 
@          eval $m2c_temp_skip_mapping = -1@
 
194
@          eval $m2c_temp_table_skip_mapping = -1@
195
195
@        end@
196
196
 
197
197
 
328
328
##
329
329
########################################################################
330
330
@if $m2c_mark_boundary == 1@
331
 
/** END code generated by $RCSfile: mfd-interactive-setup.m2c,v $ $Revision: 1.17 $ */
 
331
/** END code generated by $RCSfile$ $Revision: 16380 $ */
332
332
@end@