Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
nfsen
> nfsen-no-seminit.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nfsen-no-seminit.patch of Package nfsen (Revision 16)
Currently displaying revision
16
,
show latest
--- install.pl.orig2 2012-03-04 22:11:02.035424410 +0100 +++ install.pl 2012-03-04 22:11:13.345845157 +0100 @@ -471,7 +471,7 @@ return; } - Nfsync::seminit(); + #Nfsync::seminit(); $CopyRecursive::UID = $nfsen_uid; $CopyRecursive::GID = $www_gid; $CopyRecursive::MODE = 0644; @@ -568,7 +568,7 @@ } } - Nfsync::semclean(); + #Nfsync::semclean(); } # End of UpgradeProfiles