SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
net/plushs/patches/patch-plugins_c
Normal file
19
net/plushs/patches/patch-plugins_c
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- plugins.c.orig 2004-01-06 03:11:27.000000000 +0100
|
||||
+++ plugins.c 2004-01-06 03:11:46.000000000 +0100
|
||||
@@ -86,11 +86,11 @@ show_plugins_list(void)
|
||||
{
|
||||
register int i = 0;
|
||||
|
||||
- printf("
|
||||
-\033[31m[ Plugins List ]\033[0m
|
||||
-
|
||||
-Id Description
|
||||
-------------------------------------------------------------------------\n");
|
||||
+ printf("\n"
|
||||
+"\033[31m[ Plugins List ]\033[0m\n"
|
||||
+"\n"
|
||||
+"Id Description\n"
|
||||
+"------------------------------------------------------------------------\n");
|
||||
|
||||
while (plist[i].p_id != 0) {
|
||||
printf("\033[1m[\033[0m\033[32m%2.0d\033[0m\033[1m] +\033[0m %s.\n",
|
Loading…
Add table
Add a link
Reference in a new issue