diff options
Diffstat (limited to 'sysutils/sispmctl/files/patch-src_web2_index.html')
-rw-r--r-- | sysutils/sispmctl/files/patch-src_web2_index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/sispmctl/files/patch-src_web2_index.html b/sysutils/sispmctl/files/patch-src_web2_index.html new file mode 100644 index 000000000000..d7a13f7e048a --- /dev/null +++ b/sysutils/sispmctl/files/patch-src_web2_index.html @@ -0,0 +1,11 @@ +--- src/web2/index.html.orig 2022-04-02 11:21:46 UTC ++++ src/web2/index.html +@@ -8,7 +8,7 @@ + <!DOCTYPE html>
+ <html lang="en">
+ <head>
+-<title>SiS PM Control for Linux $$version()$$</title>
++<title>SiS PM Control for FreeBSD $$version()$$</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <meta charset="UTF-8">
+ </head>
|