Changeset 104701 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- May 17, 2024 8:59:13 AM (9 months ago)
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/indent.sed
r98103 r104701 1 # Oracle V M VirtualBox1 # Oracle VirtualBox 2 2 # VirtualBox to Linux kernel coding style conversion script. 3 3 -
trunk/src/VBox/Additions/linux/installer/install.sh.in
r100260 r104701 1 1 #!/bin/sh 2 2 # 3 # Oracle V M VirtualBox3 # Oracle VirtualBox 4 4 # VirtualBox Makeself installation starter script 5 5 # for Linux Guest Additions -
trunk/src/VBox/Additions/linux/installer/module-autologon.sh
r98103 r104701 1 # Oracle V M VirtualBox1 # Oracle VirtualBox 2 2 # $Id$ 3 3 ## @file … … 180 180 MOD_AUTOLOGON_LIGHTDM_GREETER_DIR='$MOD_AUTOLOGON_LIGHTDM_GREETER_DIR'" 181 181 } 182 -
trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
r98103 r104701 1308 1308 1309 1309 char szLabel[255]; 1310 RTStrPrintf(szLabel, sizeof(szLabel), "Oracle V M VirtualBox Guest Additions %sr%s",1310 RTStrPrintf(szLabel, sizeof(szLabel), "Oracle VirtualBox Guest Additions %sr%s", 1311 1311 RTBldCfgVersion(), RTBldCfgRevisionStr()); 1312 1312 Fl_Box *pLblInfo = new Fl_Box(FL_NO_BOX , 50, uOffsetY + 150, … … 1529 1529 } 1530 1530 #endif 1531
Note:
See TracChangeset
for help on using the changeset viewer.