diff options
author | 2006-09-05 21:29:56 +0000 | |
---|---|---|
committer | 2006-09-05 21:29:56 +0000 | |
commit | f7c3ad75d74f904ca6cddcff27cfbb9d0bbfcb0c (patch) | |
tree | 1ebf285baa1f95eb5b50991e0bf137953eebf060 /app-admin/system-config-nfs/files | |
parent | A utility for graphically configuring Logical Volumes (diff) | |
download | historical-f7c3ad75d74f904ca6cddcff27cfbb9d0bbfcb0c.tar.gz historical-f7c3ad75d74f904ca6cddcff27cfbb9d0bbfcb0c.tar.bz2 historical-f7c3ad75d74f904ca6cddcff27cfbb9d0bbfcb0c.zip |
NFS server configuration tool
Package-Manager: portage-2.1.1_rc1-r1
Diffstat (limited to 'app-admin/system-config-nfs/files')
-rw-r--r-- | app-admin/system-config-nfs/files/1.3.19-gentooify.patch | 36 | ||||
-rw-r--r-- | app-admin/system-config-nfs/files/digest-system-config-nfs-1.3.19 | 3 |
2 files changed, 39 insertions, 0 deletions
diff --git a/app-admin/system-config-nfs/files/1.3.19-gentooify.patch b/app-admin/system-config-nfs/files/1.3.19-gentooify.patch new file mode 100644 index 000000000000..0b073e61ec80 --- /dev/null +++ b/app-admin/system-config-nfs/files/1.3.19-gentooify.patch @@ -0,0 +1,36 @@ +Index: src/nfsExports.py +=================================================================== +RCS file: /usr/local/CVS/redhat-config-nfs/src/nfsExports.py,v +retrieving revision 1.7 +diff -u -b -B -r1.7 nfsExports.py +--- src/nfsExports.py 21 Mar 2005 16:35:46 -0000 1.7 ++++ src/nfsExports.py 4 Sep 2006 17:31:17 -0000 +@@ -517,8 +517,8 @@ + share.clients.append (client) + + def startNfs (self): +- os.system('/sbin/service portmap restart > /dev/null') +- os.system('/sbin/service nfs start > /dev/null') ++ os.system('/etc/init.d/portmap restart > /dev/null') ++ os.system('/etc/init.d/nfs start > /dev/null') + + def exportFs (self): + os.system('/usr/sbin/exportfs -r') +Index: src/nfsServer.py +=================================================================== +RCS file: /usr/local/CVS/redhat-config-nfs/src/nfsServer.py,v +retrieving revision 1.1 +diff -u -b -B -r1.1 nfsServer.py +--- src/nfsServer.py 13 Oct 2005 09:11:33 -0000 1.1 ++++ src/nfsServer.py 4 Sep 2006 17:31:17 -0000 +@@ -43,8 +43,8 @@ + nfsServer.instantiated = False + + def startNfs (self): +- os.system('/sbin/service portmap restart > /dev/null') +- os.system('/sbin/service nfs restart > /dev/null') ++ os.system('/etc/init.d/portmap restart > /dev/null') ++ os.system('/etc/init.d/nfs restart > /dev/null') + + def exportFs (self): + os.system('/usr/sbin/exportfs -r') diff --git a/app-admin/system-config-nfs/files/digest-system-config-nfs-1.3.19 b/app-admin/system-config-nfs/files/digest-system-config-nfs-1.3.19 new file mode 100644 index 000000000000..5c6419bf0ae5 --- /dev/null +++ b/app-admin/system-config-nfs/files/digest-system-config-nfs-1.3.19 @@ -0,0 +1,3 @@ +MD5 7471fef334f2acbf8ee646e95b0596f4 system-config-nfs-1.3.19-1.1.src.rpm 133923 +RMD160 1de98db3631a7ff89f82ecb8c09d401f4f418eeb system-config-nfs-1.3.19-1.1.src.rpm 133923 +SHA256 380c9acff9c0b1410a606842ee8e2ccde78d4af1c9c0d58d4684d67b11dc82e2 system-config-nfs-1.3.19-1.1.src.rpm 133923 |