service: start automatically on boot

rename service from "pnfs client" to "NFSv4.1 Client" to match installer

Signed-off-by: Casey Bodley <cbodley@gmail.com>
This commit is contained in:
Casey Bodley 2013-07-09 10:38:00 -04:00
parent 599b43761d
commit 59f71a707e
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ extern "C" {
// internal name of the service
#define SZSERVICENAME "pnfs"
// displayed name of the service
#define SZSERVICEDISPLAYNAME "pnfs client"
#define SZSERVICEDISPLAYNAME "NFSv4.1 Client"
// list of service dependencies - "dep1\0dep2\0\0"
#define SZDEPENDENCIES ""
//////////////////////////////////////////////////////////////////////////////