~ubuntu-branches/ubuntu/precise/nbd/precise-updates

« back to all changes in this revision

Viewing changes to man/nbd-server.5.sh.in

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-02-11 12:35:53 UTC
  • mfrom: (1.1.20) (21.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20120211123553-ij6q80vp1w7wc3td
Tags: 1:2.9.25-2ubuntu1
* Merge from Debian unstable. Remaining changes (LP: #594595):
  - Drop /etc/modprobe.d/nbd-client; the kernel default is already
    appropriate. Ubuntu-specific change.
    + Modify debian/nbd-client.dirs
    + Remove debian/nbd-client.modprobe
    + Add debian/nbd-client.preinst

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
11
11
.\" Please send any bug reports, improvements, comments, patches, 
12
12
.\" etc. to Steve Cheng <steve@ggi-project.org>.
13
 
.TH "NBD-SERVER" "5" "01 October 2011" "" ""
 
13
.TH "NBD-SERVER" "5" "29 November 2011" "" ""
14
14
 
15
15
.SH NAME
16
16
$sysconfdir/nbd-server/config \- configuration file for nbd-server
576
576
      [generic]
577
577
      [export]
578
578
          exportname = /export/blkdev
579
 
          port = 12345
580
579
    
581
580
.fi
582
581
.PP
589
588
          group = nbd
590
589
      [export]
591
590
          exportname = /export/blkdev
592
 
          port = 12345
593
591
          authfile = $sysconfdir/nbd-server/allow
594
592
    
595
593
.fi
602
600
      192.168.1.1
603
601
    
604
602
.fi
 
603
.PP
 
604
To be compatible with older nbd-client systems, one might wish
 
605
to enable the old-style, port-based, negotation:
 
606
 
 
607
.nf
 
608
      [generic]
 
609
          oldstyle = true
 
610
      [export]
 
611
          exportname = /export/blkdev
 
612
          port = 12345
 
613
    
 
614
.fi
605
615
EOF