Commit Diff


commit - 25f1587ca5379abfbe15f7e9f12a38002106f570
commit + a9557d76c3a80a334f6181b9d1acf7ded9ad83dd
blob - aa56f7eb4e246b31ac6f7645bcee2b0ac381f0f2
blob + 1d0ca13b0ebaf3dc2e58aa83c183d2c05f756591
--- README
+++ README
@@ -1,4 +1,3 @@
-
      MKBEATINSTALLER(8)                             MKBEATINSTALLER(8)
 
      NAME
@@ -13,17 +12,16 @@
      DESCRIPTION
           mkfilebeatinstaller and mkwinlogbeat installer are two NSIS
           scripts which create executable installers for the elastic
-          beat programs
-          and winlogbeat in the familiar Windows "Next, Next, Done"
-          install wizard style.  Execution of the scripts requires the
-          makensis(1) command, generally available from the nsis pack-
-          age on Linux distributions.
+          beat programs filebeat and winlogbeat in the familiar Win-
+          dows "Next, Next, Done" install wizard style.  Execution of
+          the scripts requires the makensis(1) command, generally
+          available from the nsis package on Linux distributions.
 
           The scripts package the beat configuration files, the exe-
           cutable command and license files. On installation, the
           files are copied to the Program Files directory. A standard
           windows service is registered which starts the beat's exe
-          file. uninstall.exe removes the installation directory and
+          file.  uninstall.exe removes the installation directory and
           removes the service from the windows service registry.
 
           mkbeatinstaller will download the compiled Windows distribu-
@@ -38,10 +36,8 @@
           C:/Program Files/$beat installation directory
           C:/Program Files/$beat/uninstall.exe uninstallation program
 
-     SOURCE
-          http://gitlab.raetsmarine.local/rb4-infra/poc
-
      SEE ALSO
           makensis(1)
+          https://nsis.sourceforge.io/Main_Page
 
-     Page 1                       Plan 9            (printed 10/26/18)
+     Page 1                       Plan 9             (printed 12/1/20)
blob - d92669dc4a17fd2284a027268472047fb530074d
blob + 0fd009b2f1af0590bfd8cdf737de061dcb3afdd0
--- mkbeatinstaller.1
+++ mkbeatinstaller.1
@@ -16,7 +16,7 @@ and
 .I mkwinlogbeat installer
 are two NSIS scripts which create executable installers for the
 elastic beat programs
-.filebeat
+.I filebeat
 and
 .I winlogbeat
 in the familiar Windows "Next, Next, Done" install wizard style.
@@ -28,11 +28,11 @@ distributions.
 The scripts package the beat configuration files, the executable
 command and license files. On installation, the files are copied to
 the Program Files directory. A standard windows service is registered
-which starts the beat's exe file. 
+which starts the beat's exe file.
 .B uninstall.exe
 removes the installation directory and removes the service from the
 windows service registry.
-.PP 
+.PP
 .I mkbeatinstaller
 will download the compiled Windows distribution of
 .I beat
@@ -48,7 +48,7 @@ installation directory
 .br
 .B C:/Program Files/$beat/uninstall.exe
 uninstallation program
-.SH SOURCE
-http://github.com/ollytom/mkbeatinstaller
 .SH SEE ALSO
 .IR makensis (1)
+.br
+https://nsis.sourceforge.io/Main_Page